fn setup_launch(
ids: RelayIds,
) -> (PendingEntry, Sender<Result<()>>, UniqPendingChanId)
Expand description
Helper: return the objects used to inform pending tasks about a newly open or failed channel.
fn setup_launch(
ids: RelayIds,
) -> (PendingEntry, Sender<Result<()>>, UniqPendingChanId)
Helper: return the objects used to inform pending tasks about a newly open or failed channel.