Using async/await with existing non-concurrent code

He already did, and the answer doesn't run any async function on the main thread. It runs something concurrently.

That's why I'm jumping up and down about this. If @asyncHandler isn't non-concurrent, what is?