Module teravolt::executor[][src]

Structs

Executor

The Teravolt executor.

Enums

RestartPolicy

An enum returned by Connection::policy in response to a task error that determines if the task needs to shutdown.

Traits

Connection

The connection trait for Teravolt. You will implement this directly on a blank cloneable object. When implementing, make sure you use the #[teravolt::async_trait] macro.

ErrorTrait