Property | Type | Description | |
---|---|---|---|
OnNextValue | IFuture>.Func | ||
WakeCondition | IFuture |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
ISchedulable ( TaskScheduler scheduler, IFuture future ) : void | ||
OnDisposed ( IFuture _ ) : void | ||
OnErrorChecked ( ) : void | ||
QueueStep ( ) : void | ||
QueueStepOnComplete ( IFuture f ) : void | ||
QueueStepOnDispose ( IFuture f ) : void | ||
SchedulableGeneratorThunk ( IEnumerator | ||
ScheduleNextStep ( Object value ) : void | ||
ScheduleNextStepForCLRTask ( System stt ) : void | ||
ScheduleNextStepForSchedulable ( ISchedulable value ) : void | ||
SetWakeCondition ( IFuture f, bool discardingResult ) : void | ||
SetWakeConditionAndSubscribe ( IFuture f, bool discardingResult ) : void | ||
Step ( ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
Abort ( |
||
CheckForDiscardedError ( ) : bool | ||
CompleteWithResult ( ITaskResult result ) : void |
public ISchedulable ( TaskScheduler scheduler, IFuture future ) : void | ||
scheduler | TaskScheduler | |
future | IFuture | |
return | void |
public QueueStepOnComplete ( IFuture f ) : void | ||
f | IFuture | |
return | void |
public QueueStepOnDispose ( IFuture f ) : void | ||
f | IFuture | |
return | void |
public SchedulableGeneratorThunk ( IEnumerator | ||
task | IEnumerator | |
return | System |
public ScheduleNextStep ( Object value ) : void | ||
value | Object | |
return | void |
public ScheduleNextStepForCLRTask ( System stt ) : void | ||
stt | System | |
return | void |
public ScheduleNextStepForSchedulable ( ISchedulable value ) : void | ||
value | ISchedulable | |
return | void |
public SetWakeCondition ( IFuture f, bool discardingResult ) : void | ||
f | IFuture | |
discardingResult | bool | |
return | void |
public SetWakeConditionAndSubscribe ( IFuture f, bool discardingResult ) : void | ||
f | IFuture | |
discardingResult | bool | |
return | void |