Skip to main content

Module dispatch

Module dispatch 

Source
Expand description

Task dispatch strategies (e.g. round-robin).

Structs§

RoundRobinDispatcher
Simple round-robin counter shared across the pool.

Enums§

DispatchStrategy
Strategy used to pick a worker slot in the pool.