mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
d4977b52f0
The interface from the user's POV is similar to the locking implementation: either provide a structure full of function pointers, or just call evthread_use_*_threads() and everything will be okay. The internal interface is meant to vaguely resemble pthread_cond_*, which Windows people will better recognize as *ConditionVariable*.