Module thread_per_core

Source
Expand description

A thread-per-core host scheduler.

Structs§

HostIter
Supports iterating over all hosts assigned to this thread. For this thread-per-core scheduler, the iterator may steal hosts from other threads.
SchedulerScope
A wrapper around the work pool’s scoped runner.
ThreadPerCoreSched
A host scheduler.

Traits§

Host