fpco / unliftio

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

Document that pooledMapConcurrently picks up next available task on finishing one #120

Open unhammer opened 2 months ago

unhammer commented 2 months ago

cf. https://discourse.haskell.org/t/async-job-queues-solved-use-pooledmapconcurrently/10301/17 the docs at

https://github.com/fpco/unliftio/blob/e2d9c1fdb42820e0f61d635ec8c9718f0f632ff9/unliftio/src/UnliftIO/Internals/Async.hs#L943

would be nice to have in the user-facing haddocks, might have avoided a long discourse thread which nearly lead to the creation of a new package ;-)