fpco / unliftio

The MonadUnliftIO typeclass for unlifting monads to IO
Other
151 stars 51 forks source link

Support for async-pool? #53

Closed saurabhnanda closed 4 years ago

saurabhnanda commented 4 years ago

Would you consider adding support for async-pool ?

(PS: I've asked a similar question at https://github.com/jwiegley/async-pool/issues/18

snoyberg commented 4 years ago

Not directly in this library, no. I think a separate adapter package would be the most logical in this case.