Queues a Fiber to be called at a point duration later, by appending it to the plugin's IRCPluginState.scheduledFibers.
Updates the IRCPluginState.nextScheduledFibers
timestamp so that the main loop knows when to next process the array of ScheduledFibers.
The current IRCPlugin.
Fiber to enqueue to be executed at a later point in time.
Amount of time to delay the fiber.
removeDelayedFiber
See Implementation
Queues a Fiber to be called at a point duration later, by appending it to the plugin's IRCPluginState.scheduledFibers.
Updates the IRCPluginState.nextScheduledFibers
timestamp so that the main loop knows when to next process the array of ScheduledFibers.