Required Instance Methodswift-nio 2.77.0NIOCore

handleScheduledCallback(eventLoop:)

This function is called at the scheduled time, unless the scheduled callback is cancelled.

NIOScheduledCallback.swift:22
func handleScheduledCallback(eventLoop: some EventLoop)

Parameters

eventLoop

The event loop on which the callback was scheduled.