Function spawn

Source
pub async fn spawn(
    rx: Receiver<String>,
    url: String,
    peering_tx: Sender<SyncRequest>,
) -> Result<Infallible>