Skip to main content

dispatch_internal

Function dispatch_internal 

Source
pub async fn dispatch_internal(
    envelope: RequestEnvelope,
    token: &str,
) -> ResponseEnvelope
Expand description

内部 dispatch:直接调 router.oneshot(不走网络)。 供 /rpc endpoint 和 FFI rpc_call 共用。