![]() |
ProtonNet Server 1.0
An Open Solution for all your socket or web api needs.
|
Defines the contract for a fiber that supports task enqueueing, scheduling, and interval scheduling. More...
Additional Inherited Members | |
![]() | |
ISingleTask | Enqueue (Action action) |
Enqueues an action to be executed. | |
![]() | |
IScheduleTask | Schedule (Action action, long firstInMs) |
Schedules an action to be executed after a specified delay. | |
![]() | |
IScheduleOnIntervalTask | ScheduleOnInterval (Action action, long firstInMs, int regularInMs) |
Schedules an action to be executed at regular intervals. | |
Defines the contract for a fiber that supports task enqueueing, scheduling, and interval scheduling.