Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`Handlers.once` does a `prepend`: these should be higher priority than fallback handles. Use case: worker pool. - Scenario 1: The master process resets a workers "busy" status upon receiving a "Ready" message. - Scenario 2: When the all workers are busy, the master process should suspend by doing `Receive` on (any) workers "Ready" message. Resuming the thread should take priority over resetting the status as in Scenario 1
- Loading branch information