evthread_use_windows_threads

Sets up Libevent for use with Windows builtin locking and thread ID functions. Unavailable if Libevent is not built for Windows.

@return 0 on success, -1 on failure.

version(Win32)
extern (C) nothrow
int
evthread_use_windows_threads
()

Meta