Navigation :
DefaultAsyncWaitQueue
Name |
Value |
Assembly |
Catel.Core |
Namespace |
Catel.Threading |
Available on |
.NET Framework 4.5, .NET Framework 4.6, Portable Class Libraries, Xamarin - Android, Xamarin - iOS |
public class DefaultAsyncWaitQueue<T> : IAsyncWaitQueue<T, T>
Implements interfaces
IAsyncWaitQueue
The default wait queue implementation, which uses a double-ended queue.
Type Parameters
T
The type of the results. If this isn’t needed, use.
This code originally comes from AsyncEx: https://github.com/StephenCleary/AsyncEx
Fields
Properties
Have a question about Catel? Use StackOverflow with the Catel tag!
Discussion