Module kvarn::prelude::threading

source ·
Expand description

Prelude: internal

The purpose of this module is to expose common threading types.

Modules

Structs

  • The context of an asynchronous task.
  • A Waker is a handle for waking up a task by notifying its executor that it is ready to be run.

Enums

Traits

  • The implementation of waking a task on an executor.

Functions