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