clementine_core

Module task

Source

Modules§

Structs§

  • A task that can be canceled via a oneshot channel
  • A task that ignores errors from the inner task and returns a default value.
  • A task that adds a certain delay after the inner task has run to reduce polling frequency. When inner returns false, the delay is applied.

Enums§

Traits§

  • A trait for objects that can be converted into a Task
  • Task trait defining the core behavior for cancelable background tasks