示例#1
0
 public void Pump() => Pumps.Pump(this);
示例#2
0
 public void NextPhase(TransferPhase phase) => Pumps.NextPhase(this, phase);
示例#3
0
 public void WaitForUpstream(int waitForUpstream) => Pumps.WaitForUpstream(this, waitForUpstream);
示例#4
0
 public void GotUpstreamSubscription() => Pumps.GotUpstreamSubscription(this);
示例#5
0
 public void InitialPhase(int waitForUpstream, TransferPhase andThen)
 => Pumps.InitialPhase(this, waitForUpstream, andThen);