Namespace ServiceStack.AsyncEx
Classes
AsyncManualResetEvent
An async-compatible manual-reset event.
CancellationTokenTaskSource<T>
Holds the task for a cancellation token, as well as the token registration. The registration is disposed when this instance is disposed.
TaskCompletionSourceExtensions
Provides extension methods for System.Threading.Tasks.TaskCompletionSource%601
.
TaskExtensions
Provides synchronous extension methods for tasks.