Namespace DotNext.Threading.Tasks
Classes
CompletedTask<T, C>
Represents cache of completed tasks.
Continuation
Represents various continuations.
Conversion
Provides task result conversion methods.
Future
Represents lightweight version of
Future.IncompletedFutureException
Represents exception indicating that the result is requested from incompleted Future object.
Future<T>
Represents Future pattern that can be converted into
Synchronization
Represents task synchronization and combination methods.
ValueTaskSynchronization
Provides a set of methods for synchronization and combination of multiple
Interfaces
Future.IAwaiter
Represents awaiter of the asynchronous computation result represented by future object.
Future.IAwaiter<R>
Represents awaiter of the asynchronous computation result represented by future object.
IFuture
Represents Future pattern.