UDPConnection/src
Stephen Seo 611287b377 Revert "Impl "RWLock" for use in TSLQueue"
This reverts commit cf27a6bb76.

The use of "shared_lock" in TSLQueue is unsafe because of two things:

  - The TSLQueue iterator takes a "read" lock.
  - The TSLQueue iterator can erase the current element.
2023-07-22 17:28:33 +09:00
..
test Revert "Impl "RWLock" for use in TSLQueue" 2023-07-22 17:28:33 +09:00
TSLQueue.hpp Revert "Impl "RWLock" for use in TSLQueue" 2023-07-22 17:28:33 +09:00
UDPC.h Add docs for UDPC_no* functions 2023-07-04 11:41:45 +09:00
UDPC_Defines.hpp Refactor addr logprint via template specialization 2023-06-26 14:01:42 +09:00
UDPConnection.cpp Fix CMakeLists.txt, handle -Weffc++ warnings 2023-07-22 13:25:43 +09:00