Crate tower_worker[][src]

Expand description

Provides Tower layers focues on wrapping services with asynchronous worker tasks that may also make requests to the wrapped service.

Structs

Spawns a worker task with a clone of the inner service that periodically makes a request to the inner service.

Spawns a worker task with a clone of the inner service.