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