Required Instance Methodswift-nio 2.77.0NIOCore
didCancelScheduledCallback(eventLoop:)
This function is called if the scheduled callback is cancelled.
func didCancelScheduledCallback(eventLoop: some EventLoop)
Parameters
- eventLoop
The event loop on which the callback was scheduled.
The callback could be cancelled explictily, by the user calling cancel
, or implicitly, if it was still pending when the event loop was shut down.