Required Instance Methodswift-nio 2.77.0NIOCore

didCancelScheduledCallback(eventLoop:)

This function is called if the scheduled callback is cancelled.

NIOScheduledCallback.swift:30
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.