Function kitsune_p2p_types::transport_mem::spawn_bind_transport_mem[][src]

pub async fn spawn_bind_transport_mem(
) -> TransportResult<(GhostSender<TransportListener>, TransportEventReceiver)>
Expand description

Spawn / bind the listening side of a mem-only transport - largely for testing