mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
2f184f8bbf
Adds two new callbacks: "prepare" watchers, which fire immediately before we poll for I/O, and "check" watchers, which fire immediately after we finish polling and before we process events. This allows other event loops to be embedded into libevent's, and enables certain performance monitoring. Closes: #710