Module server

Source

Re-exports§

pub use proto::request::CreateNetwork;
pub use proto::request::KillProcess;
pub use proto::request::RunProcess;
pub use proto::response::create_network::Endpoint as NetworkEndpoint;
pub use proto::response::runtime_status::Counter as RuntimeCounter;
pub use proto::response::runtime_status::Kind as RuntimeStatusKind;
pub use proto::response::runtime_status::State as RuntimeState;
pub use proto::response::CreateNetwork as CreateNetworkResp;
pub use proto::response::Error as ErrorResponse;
pub use proto::response::RunProcess as RunProcessResp;
pub use proto::response::ErrorCode;
pub use proto::response::ProcessStatus;
pub use proto::response::RuntimeStatus;
pub use proto::Network;
pub use proto::NetworkInterface;

Modules§

proto

Traits§

RuntimeControl
Runtime control interface
RuntimeHandler
Process and internal event handler
RuntimeService
Service interface

Functions§

run
run_async
spawn

Type Aliases§

AsyncResponse