Instance Property
backendMethod
The I/O multiplexer method libevent selected at initialization time.
var backendMethod: String { get }
Return Value
"kqueue" on Apple platforms, "epoll" on Linux, "poll" or "select" as fallbacks, or "unknown" if libevent reports no method.
Mentioned In
Discussion
See Also
Backend and Platforms for the invariant enforced by the EventLoop uses optimal backend test.