Function deltachat::peer_channels::subscribe_loop

source ยท
async fn subscribe_loop(
    context: &Context,
    stream: GossipReceiver,
    topic: TopicId,
    msg_id: MsgId,
    join_tx: Sender<()>,
) -> Result<()>