office-gobmx/comphelper
Noel Grandin ff61ec1ef2 osl::Mutex->std::mutex in AsyncEventNotifier
and use a vector instead of a deque, becuase then a std::swap makes a nice
way of ping-ponging a data buffer back and forth between the
producer and consumer sides

Change-Id: I11f491b9fde87f0a495df05d306ccee57dcfc6da
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119345
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-07-23 09:59:13 +02:00
..
inc/pch
qa
source osl::Mutex->std::mutex in AsyncEventNotifier 2021-07-23 09:59:13 +02:00
util
CppunitTest_comphelper_ifcontainer.mk
CppunitTest_comphelper_parallelsort_test.mk
CppunitTest_comphelper_syntaxhighlight_test.mk
CppunitTest_comphelper_test.mk
CppunitTest_comphelper_threadpool_test.mk
CppunitTest_comphelper_variadictemplates_test.mk
IwyuFilter_comphelper.yaml
JunitTest_comphelper_complex.mk
Library_comphelper.mk
Makefile
Module_comphelper.mk
README.md
StaticLibrary_windows_process.mk

Helpers for Implementing UNO Components

Here goes anything not generic / mature enough to end up in URE's stable interface at cppuhelper, etc.