UDPConnection/src
Stephen Seo 05087406b1 Reland C++11 "shared_lock" with iter remove fix
On iterator remove, the iterator will trade the read lock for a write
lock, and trade back for a read lock once the remove has been completed.
2024-01-12 13:32:05 +09:00
..
test Reland C++11 "shared_lock" with iter remove fix 2024-01-12 13:32:05 +09:00
CXX11_shared_spin_lock.cpp Reland C++11 "shared_lock" with iter remove fix 2024-01-12 13:32:05 +09:00
CXX11_shared_spin_lock.hpp Reland C++11 "shared_lock" with iter remove fix 2024-01-12 13:32:05 +09:00
TSLQueue.hpp Reland C++11 "shared_lock" with iter remove fix 2024-01-12 13:32:05 +09:00
UDPC.h Add note in docs about update for UDPC_init(...) 2024-01-12 13:31:36 +09:00
UDPC_Defines.hpp Enforce thread-safety on destroy context 2024-01-11 19:40:15 +09:00
UDPConnection.cpp UnitTest for start/stop threaded update and fix 2024-01-11 20:07:25 +09:00