mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
.github
client
cmake
common
cmake
include
src
CMakeLists.txt
contrib
doc
host
module
obs
profile
repos
resources
vendor
.gitattributes
.gitignore
.gitmodules
AUTHORS
CONTRIBUTORS
LICENSE
README.md
gl-check
refresh-copyright
version.cmake

As the ringbuffer is now in use for audio it makes sense to provide bulk append and consume functions that are thread safe instead of adding locking over all of the functions. This partially reverts the prior commit that added the extra locking.