Queues a Fiber to be called at a point duration later, by appending it to the plugin's IRCPluginState.scheduledFibers. Overload that implicitly queues Fiber.getThis.
The current IRCPlugin.
Amount of time to delay the implicit fiber in the current context.
Whether or not to immediately yield 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. Overload that implicitly queues Fiber.getThis.