Open
Description
#2759 introduced a super fast, super cool new timer API (scheduleCallback(at:handler:)
). Sadly NIOIsolatedEventLoop
doesn't have an extension to create timers using this new API. Since ChannelHandlers are normally not Sendable, this would be a major quality of live improvement.