![]() |
ProtonNet Server 1.0
An Open Solution for all your socket or web api needs.
|
Provides methods for enqueuing tasks that will be executed. More...
Public Member Functions | |
void | Enqueue (SingleTask task) |
Enqueues a task for execution. | |
Provides methods for enqueuing tasks that will be executed.
void XmobiTea.Threading.Agent.IEnqueueInternal.Enqueue | ( | SingleTask | task | ) |
Enqueues a task for execution.
task | The task to be enqueued. |
Implemented in XmobiTea.Threading.Agent.EnqueueAgent, and XmobiTea.Threading.RoundRobinEnqueueAgent.