ProtonNet Server 1.0
An Open Solution for all your socket or web api needs.
Loading...
Searching...
No Matches
XmobiTea.Threading.Agent.IEnqueueInternal Interface Reference

Provides methods for enqueuing tasks that will be executed. More...

Inheritance diagram for XmobiTea.Threading.Agent.IEnqueueInternal:
XmobiTea.Threading.Agent.EnqueueAgent XmobiTea.Threading.RoundRobinEnqueueAgent

Public Member Functions

void Enqueue (SingleTask task)
 Enqueues a task for execution.
 

Detailed Description

Provides methods for enqueuing tasks that will be executed.

Member Function Documentation

◆ Enqueue()

void XmobiTea.Threading.Agent.IEnqueueInternal.Enqueue ( SingleTask task)

Enqueues a task for execution.

Parameters
taskThe task to be enqueued.

Implemented in XmobiTea.Threading.Agent.EnqueueAgent, and XmobiTea.Threading.RoundRobinEnqueueAgent.


The documentation for this interface was generated from the following file: