hatchet-sdk 0.2.8

This is an unofficial Rust SDK for Hatchet, a distributed, fault-tolerant task queue.
Documentation
1
2
3
4
5
6
7
pub(crate) mod action_listener;
pub(crate) mod task_dispatcher;

#[allow(clippy::module_inception)]
pub mod worker;

pub use worker::{Register, Worker, WorkerBuilder};