pub async fn spawn_handler<H>(
    h: H
) -> (Sender<KitsuneP2pEvent>, JoinHandle<Result<(), GhostError>>)
Expand description

Create a handler task and produce a Sender for interacting with it