rain_server 0.3.0-pre

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

pub use self::bootstrap::ServerBootstrapImpl;
pub use self::client::ClientServiceImpl;
pub use self::governor::GovernorUpstreamImpl;