graphile_worker_task_handler 0.5.16

A library to handle tasks for the Graphile Worker project
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod handler;

pub use handler::run_task_from_worker_ctx;
pub use handler::BatchTaskHandler;
pub use handler::BatchTaskResult;
pub use handler::IntoBatchTaskHandlerResult;
pub use handler::IntoTaskHandlerResult;
pub use handler::JobDefinition;
pub use handler::TaskHandler;
pub use handler::TaskHandlerFn;
pub use handler::TaskHandlerOutcome;