Worker pool API? #66
Labels
docs
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
@parity3 made a gitter request for a system to delegate work to an actor/task cluster or pool.
And with a little follow up requirement:
That last part will probably be to do with a lack of docs on how actor cancellation can be done using one of
ActorNursery.cancel()
,Portal.cancel_actor()
or a plain oldtrio.CancelScope
.This worker pool is something I've though about a bit and it reminded me of a couple projects:
akka
pulsar
erlang
OTP for which there's a nice wrapped implementation,poolboy
rabbitmq
(introduced some time ago: 2010)More discussion and brainstorming is greatly welcome!
The text was updated successfully, but these errors were encountered: