An event system based on the talloc memory management library. https://tevent.samba.org/
Go to file
2024-01-31 09:51:24 +01:00
README.md package created using the webbuild interface [release 0.9.22-1mamba;Mon Dec 08 2014] 2024-01-05 18:27:10 +01:00
tevent.spec automatic version update by autodist [release 0.16.1-1mamba;Wed Jan 31 2024] 2024-01-31 09:51:24 +01:00

tevent

Tevent is an event system based on the talloc memory management library. It is the core event system used in Samba. The low level tevent has support for many event types, including timers, signals, and the classic file descriptor events. Tevent also provide helpers to deal with asynchronous code providing the tevent_req (tevent request) functions.