Extensions Class

Definition

public static class Extensions
type Extensions = class
Public Module Extensions
Inheritance
Extensions

Methods

Call<C,T,R>(IFiber<C>, Rest<C,T>, T, Rest<C,R>)

Scheduled a wait for the return value, then invoke the Call<C,T>(IFiber<C>, Rest<C,T>, T) method.

Call<C,T>(IFiber<C>, Rest<C,T>, T)

Push a frame on the stack, schedule a wait, and immediately satisfy that wait.

CloneTyped<C>(IWait<C>)
Done<C,T>(IFiber<C>, T)

Remove the frame from the stack, and satisfy the existing wait with the return value.

Enumerate(Range<Int32>)
Equals<T>(IReadOnlyList<T>, IReadOnlyList<T>, IEqualityComparer<T>)
Fail<C>(IFiber<C>, Exception)
GetOrAdd<K,V>(IDictionary<K,V>, K, Func<K,V>)
GetValue<T>(SerializationInfo, String)
Min<T>(T, T)
Peek<T>(IReadOnlyList<T>)
Pop<T>(List<T>)
Post<C,T>(IFiber<C>, T)
Push<T>(IList<T>, T)
Reset<C>(IFiber<C>)
SortedMerge<T>(IEnumerable<Range<T>>, IEnumerable<Range<T>>)
ToList<T,R>(IReadOnlyList<T>, Func<T,R>)
ToTask<T>(IAwaitable<T>)
ValidateNeed(IWait, Need)
Wait<C,T>(IFiber<C>, Rest<C,T>)

Without pushing or popping the stack, schedule a wait to be satisfied later.

Applies to