tinyflow-framework 0.1.1

Streaming runtime engine — checkpoint, chained task execution, and state store
Documentation
1
2
3
4
5
6
7
8
9
pub mod chain_job;
pub mod chain_segment;
pub mod chained_stream_task;
pub mod checkpoint_manager;
pub mod control_msg;
pub mod job_runtime;
pub mod pending_task;
pub mod runtime_context;
pub mod task_lifecycle;