Class WaitForPredicate
- Namespace
 - Coherence.Cloud.Coroutines
 
- Assembly
 - Coherence.Runtime.dll
 
public class WaitForPredicate : CustomYieldInstruction
  - Inheritance
 - 
      
      WaitForPredicate
 
Constructors
WaitForPredicate(Func<bool>)
public WaitForPredicate(Func<bool> predicate)
  Parameters
Properties
keepWaiting
public override bool keepWaiting { get; }