Skip to content

Case

QueuesEventLoopPreference.delegate(on:)

The caller accepts connections on any event loop, but must be called back (delegated to) on the supplied EventLoop. If possible, the connection should also be on this EventLoop for improved performance.
case delegate(on: any EventLoop)