mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
timer-queue: add a new timer queue helper
This allows you to schedule timeouts. It keeps a sorted list of timeouts and uses just 1 timerfd to schedule the head of the timeout list.
This commit is contained in:
parent
361a0de85a
commit
38cb14d39d
9 changed files with 265 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ This determines the ordering of items in Doxygen sidebar.
|
|||
\addtogroup pw_protocol
|
||||
\addtogroup pw_resource
|
||||
\addtogroup pw_thread_loop
|
||||
\addtogroup pw_timer_queue
|
||||
\addtogroup pw_work_queue
|
||||
\}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue