async icon indicating copy to clipboard operation
async copied to clipboard

Expose internals

Open parsonsmatt opened this issue 2 years ago • 0 comments

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.

parsonsmatt avatar Nov 20 '22 23:11 parsonsmatt