Module scheduler::thread_per_core

source ·
Expand description

A thread-per-core host scheduler.

Structs§

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

Traits§