Crate long_running_task

source ·
Expand description

long-running-task is a simple library to handle and manage long-running tasks. If you want to use this crate in combination with web-frameworks you probably want to enable the feature serde.

Structs§

  • A unique handle to a single task. Does not implement clone or expose its inner fields because it must be a unique reference to the task.
  • A pool to manage long-running tasks.

Enums§

Traits§

  • Structs implementing this trait hold the current progress of a task.