![]() |
ProtonNet Server 1.0
An Open Solution for all your socket or web api needs.
|
Defines the contract for accessing various statistics counters related to fibers. More...
Public Member Functions | |
IStatisticsCounter | GetEnqueueCounter () |
Gets the counter for tracking enqueued tasks. | |
IStatisticsCounter | GetScheduleCounter () |
Gets the counter for tracking scheduled tasks. | |
IStatisticsCounter | GetScheduleOnIntervalCounter () |
Gets the counter for tracking tasks scheduled on intervals. | |
Defines the contract for accessing various statistics counters related to fibers.
IStatisticsCounter XmobiTea.Threading.IFiberStatisticsCounter.GetEnqueueCounter | ( | ) |
Gets the counter for tracking enqueued tasks.
Implemented in XmobiTea.Threading.PoolFiber, XmobiTea.Threading.RoundRobinFiber, and XmobiTea.Threading.ThreadFiber.
IStatisticsCounter XmobiTea.Threading.IFiberStatisticsCounter.GetScheduleCounter | ( | ) |
Gets the counter for tracking scheduled tasks.
Implemented in XmobiTea.Threading.PoolFiber, XmobiTea.Threading.RoundRobinFiber, and XmobiTea.Threading.ThreadFiber.
IStatisticsCounter XmobiTea.Threading.IFiberStatisticsCounter.GetScheduleOnIntervalCounter | ( | ) |
Gets the counter for tracking tasks scheduled on intervals.
Implemented in XmobiTea.Threading.PoolFiber, XmobiTea.Threading.RoundRobinFiber, and XmobiTea.Threading.ThreadFiber.