Files
livekit/pkg/utils
Raja Subramanian b71d373f4a Use Deque in ops queue. (#2418)
* Use Seque in ops queue.

Standardizing some uses
- Change OpsQueue to use Deque so that it can grow/shrink as necessary and
  need not worry about channel getting full and dropping events.
- Change StreamAllocator and TelemetryService to use OpsQueue so that
  they also need not worry about channel size and overflows.

* Address feedback

* delete obvious comment

* clean up
2024-01-28 13:48:30 +05:30
..
2023-12-02 15:07:31 -08:00
2023-08-03 13:31:17 -07:00
2023-07-27 16:43:19 -07:00
2024-01-28 13:48:30 +05:30