async fn handle_receive_fork_request(
handler: ProtocolGenericHandlerPtr<ForkSyncRequest, ForkSyncResponse>,
validator: ValidatorPtr,
) -> Result<()>
Expand description
Background handler function for ProtocolSyncFork.
async fn handle_receive_fork_request(
handler: ProtocolGenericHandlerPtr<ForkSyncRequest, ForkSyncResponse>,
validator: ValidatorPtr,
) -> Result<()>
Background handler function for ProtocolSyncFork.