I think a blocking implementation being a `await(async impl)` is typically fine...
the problem with that is the lack of async interop in the current state of things, more than the async runtime which mostly gets compiled away.
I think a blocking implementation being a `await(async impl)` is typically fine...
the problem with that is the lack of async interop in the current state of things, more than the async runtime which mostly gets compiled away.