evthread_set_id_callback

Sets the function for determining the thread id.

@param base the event base for which to set the id function @param id_fn the identify function Libevent should invoke to determine the identity of a thread.

extern (C) nothrow
void
evthread_set_id_callback
(
ExternC!(c_ulong function
()
)
id_fn
)

Meta