Skip to main content

run_gateway

Function run_gateway 

Source
pub async fn run_gateway(
    gateway: ChannelName,
) -> Result<i32, Box<dyn Error + Send + Sync>>
Expand description

Run the gateway daemon. Hosts every channel in one process; returns after a ShutdownGateway (or transport error).