Crate ora_worker

Source
Expand description

Worker and worker implementations for Ora.

Modules§

registry
store
Backend store implementations required by workers.
worker
Worker implementation.

Structs§

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

Traits§

RawHandler
A handler that works with raw input and output without task type attached.