summaryrefslogtreecommitdiffstats
path: root/src/common/bounded_threadsafe_queue.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-16Reimplement HardwareOpusKelebek11-2/+2
2023-03-22bounded_threadsafe_queue: Refactor PopMorph1-140/+62
2023-03-22bounded_threadsafe_queue: Add producer cv to avoid busy waitingMorph1-17/+29
2023-03-22bounded_threadsafe_queue: Deduplicate and add PushModesMorph1-86/+84
2023-03-22bounded_threadsafe_queue: Add TryPushMorph1-0/+71
2023-03-22bounded_threadsafe_queue: Use simplified impl of bounded queueMorph1-112/+199
2023-03-18common: bounded_threadsafe_queue: Use polyfill_thread.bunnei1-2/+3
2022-10-22CMakeLists: Disable C4100 and C4324Morph1-9/+0
2022-06-15bounded_threadsafe_queue: Use constexpr capacity and maskMorph1-86/+73
2022-06-03gpu_thread: Move to bounded queueLevi Behunin1-0/+180