Module thread_per_host

Source
Expand description

A thread-per-host host scheduler.

Structs§

HostIter
Supports iterating over all hosts assigned to this thread. For this thread-per-host scheduler, there will only ever be one host per thread.
SchedulerScope
A wrapper around the work pool’s scoped runner.
ThreadPerHostSched
A host scheduler.

Traits§

Host