Function lunatic_distributed::distributed::server::node_server
source · pub async fn node_server<T, E>(
ctx: ServerCtx<T, E>,
socket: SocketAddr,
ca_cert: String,
certs: Vec<String>,
key: String
) -> Result<()>where
T: ProcessState + ResourceLimiter + DistributedCtx<E> + Send + Sync + 'static,
E: Environment + 'static,