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