graphile_worker_task_handler 0.5.15

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

pub use handler::run_task_from_worker_ctx;
pub use handler::IntoTaskHandlerResult;
pub use handler::JobDefinition;
pub use handler::TaskHandler;
pub use handler::TaskHandlerFn;