tcrm-task 0.4.2

Task execution unit for TCRM project
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod config;
pub mod control;
pub mod error;
pub mod event;
pub mod process;
pub mod state;
pub mod validator;

#[cfg(feature = "tokio")]
pub mod tokio;

#[cfg(all(unix, feature = "signal"))]
pub mod signal;

#[cfg(test)]
mod unit_tests;