async
async copied to clipboard
Expose internals
I'm working on an abstraction library for forking threads, and want to provide an async
compatibility module for it.
Unfortunately, I cannot do this - the Async
constructor is hidden, as is the asyncUsing
function which I could use to construct it.
It would be Cool if the internals were avaiable in Control.Concurrent.Async.Internal
.