Queues a void delegate() delegate to be called at a point duration later, by appending it to the plugin's IRCPluginState.scheduledDelegates.
Updates the IRCPluginState.nextScheduledFibers
timestamp so that the main loop knows when to next process the array of ScheduledDelegates.
The current IRCPlugin.
Delegate to enqueue to be executed at a later point in time.
Amount of time to delay the fiber.
removeDelayedDelegate
See Implementation
Queues a void delegate() delegate to be called at a point duration later, by appending it to the plugin's IRCPluginState.scheduledDelegates.
Updates the IRCPluginState.nextScheduledFibers
timestamp so that the main loop knows when to next process the array of ScheduledDelegates.