Click or drag to resize
Lawo.Threading.Tasks Namespace
Contains types related to the ones in the System.Threading.Tasks namespace.
Classes
  ClassDescription
Public classAsyncPump
Represents a pump that runs an asynchronous method and all its continuations on the current thread.
Public classTaskHelper
Provides helper methods for tasks.
Public classTaskQueue
Represents a virtual queue for tasks.
Public classTaskSingleton
Provides the means to simplify the implementation of non-reentrant async methods.
Public classWorkQueue
Represents a virtual queue for CPU-intensive work.