DispatchQueue<T> Class |
Namespace: FM.IceLink
The DispatchQueue<T> type exposes the following members.
Name | Description | |
---|---|---|
![]() | DispatchQueue<T>(Action1<T>) |
Creates a new instance of the DispatchQueue that will run tasks in serial.
|
![]() | DispatchQueue<T>(Function1<T, Future<Object>>) |
Creates a new instance of the DispatchQueue that will run tasks in serial.
|
Name | Description | |
---|---|---|
![]() | QueueCount |
Gets the number of items still in the queue.
|
Name | Description | |
---|---|---|
![]() | Enqueue |
Enqueues a new item to be run.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
![]() | WaitForDrain |
Blocks until the queue is empty.
|