rain_server 0.2.2-pre

Distributed computational framework for large-scale task-based pipelines. Server and governor binaries.
1
2
3
4
5
6
7
pub mod bootstrap;
pub mod control;
pub mod executor;
pub mod fetch;

pub use self::bootstrap::GovernorBootstrapImpl;
pub use self::control::GovernorControlImpl;