Skip to main content

two_phase_commit_channel

Function two_phase_commit_channel 

Source
pub fn two_phase_commit_channel(
    capacity: usize,
) -> (TwoPhaseCommitSender, TwoPhaseCommitReceiver)
Expand description

Build a bounded two-phase commit channel.