Required Instance Methodswift-nio 2.77.0NIOCore
handleScheduledCallback(eventLoop:)
This function is called at the scheduled time, unless the scheduled callback is cancelled.
func handleScheduledCallback(eventLoop: some EventLoop)
Parameters
- eventLoop
The event loop on which the callback was scheduled.