Crate ora_worker

source ·
Expand description

Worker and worker pool implementations for Ora.

Modules

  • Worker pool implementation.
  • Backend store implementations required by worker pools.

Structs

  • A context that is passed to each worker task execution.

Traits

  • A worker that works with raw input and output without any task type information attached.