event_base_get_method

Get the kernel event notification mechanism used by Libevent.

@param eb the event_base structure returned by event_base_new() @return a string identifying the kernel event mechanism (kqueue, epoll, etc.)

extern (C) nothrow
const(char)*
event_base_get_method
(
const(event_base)*
)

Meta