ok ajacoutot@ Upcoming commits will add additional tweaks. Many thanks to Vadim Zhukov (who did most of the work), Ian McWilliam (co-maintainer), Stuart Henderson who provided lots of support and feedback, Antoine Jacoutot who patiently dealt with my broken diffs, and more generally all the people involved. Most of the recent work was done during p2k15 and c2k15.
9 lines
352 B
Plaintext
9 lines
352 B
Plaintext
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.
|