Hangfire vs Async with no await

Hi,

What is the advantage of using Hangfire vs just removing the await on an async method? Or vs using the Task Parallel library?
My use case consists on logging very single http request with the least footprint possible…THank you