|
libevent
☆
« Back to VersTracker
|
|||||||||||||||||||||||||
|
Description: Asynchronous event library |
|||||||||||||||||||||||||
| Type: Formula | Tracked Since: Dec 28, 2025 | |||||||||||||||||||||||||
| Links: Homepage | formulae.brew.sh | |||||||||||||||||||||||||
| Category: Networking | |||||||||||||||||||||||||
| Tags: networking library c async server | |||||||||||||||||||||||||
| Install: brew install libevent | |||||||||||||||||||||||||
|
About: Libevent is a high-performance, event-driven networking library designed for building scalable servers and applications. It provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout. Its core strength lies in its efficient demultiplexing of network connections, using the best available polling mechanism like epoll or kqueue. |
|||||||||||||||||||||||||
Key Features:
|
|||||||||||||||||||||||||
Use Cases:
|
|||||||||||||||||||||||||
Alternatives:
|
|||||||||||||||||||||||||
| Version History | |||||||||||||||||||||||||
|