Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-09 | tevent: add tevent_queue_add_entry() and tevent_queue_add_optimize_empty() | Stefan Metzmacher | 1 | -2/+55 | |
This adds more flexible handling for the add operation: - It allows the caller to remove a tevent_req from the queue by calling talloc_free() on the returned tevent_queue_entry. - It allows the caller to optimize for the empty queue case, where it the caller wants to avoid the delay caused by the immediate event. metze | |||||
2011-08-09 | tevent: splitout tevent_queue_add_internal() from tevent_queue_add() | Stefan Metzmacher | 1 | -8/+26 | |
metze | |||||
2011-08-09 | tevent: allow tevent_queue_add() to take a NULL trigger function | Stefan Metzmacher | 1 | -0/+7 | |
This way the caller can add a blocker to the queue. metze | |||||
2011-08-09 | tevent: add tevent_queue_running() function | Stefan Metzmacher | 1 | -0/+5 | |
metze | |||||
2009-03-17 | tevent: use an immediate event as trigger for tevent_queue | Stefan Metzmacher | 1 | -40/+59 | |
metze | |||||
2009-02-26 | tevent: add tevent_queue infrastructure | Stefan Metzmacher | 1 | -0/+198 | |
metze |