Table of Contents

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

predicate Func<bool>

Properties

keepWaiting

public override bool keepWaiting { get; }

Property Value

bool