pub async fn dispatch_internal(
envelope: RequestEnvelope,
token: &str,
) -> ResponseEnvelopeExpand description
内部 dispatch:直接调 router.oneshot(不走网络)。 供 /rpc endpoint 和 FFI rpc_call 共用。
pub async fn dispatch_internal(
envelope: RequestEnvelope,
token: &str,
) -> ResponseEnvelope内部 dispatch:直接调 router.oneshot(不走网络)。 供 /rpc endpoint 和 FFI rpc_call 共用。