Open parsonsmatt opened 2 years ago
I'm working on an abstraction library for forking threads, and want to provide an async compatibility module for it.
async
Unfortunately, I cannot do this - the Async constructor is hidden, as is the asyncUsing function which I could use to construct it.
Async
asyncUsing
It would be Cool if the internals were avaiable in Control.Concurrent.Async.Internal.
Control.Concurrent.Async.Internal
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 theasyncUsing
function which I could use to construct it.It would be Cool if the internals were avaiable in
Control.Concurrent.Async.Internal
.