commit | 9e98a27d6a1c393c3b71c9cce8c6e54f4b09605e | [log] [tgz] |
---|---|---|
author | Aurelien DARRAGON <adarragon@haproxy.com> | Wed Mar 01 12:01:04 2023 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 05 08:58:17 2023 +0200 |
tree | 547e65ef4bbe420031bf9535214a196a2e5844a0 | |
parent | b289fd1420010119ad47d74d7359bffffe19a56c [diff] |
MINOR: event_hdl: add event_hdl_async_equeue_isempty() function Add event_hdl_async_equeue_isempty() to check is the event queue is empty from an advanced async task handler. If 68e692da0 ("MINOR: event_hdl: add event handler base api") is being backported, then this commit should be backported with it.