UDPConnection/src
Stephen Seo cf27a6bb76 Impl "RWLock" for use in TSLQueue
This project supports C++11, and std::shared_lock was made available in
C++17, thus a "shared_spin_lock" was created with similar functionality.
This "shared_spin_lock" is used in TSLQueue.
2023-07-22 16:33:09 +09:00
..
test Impl "RWLock" for use in TSLQueue 2023-07-22 16:33:09 +09:00
CXX11_shared_spin_lock.cpp Impl "RWLock" for use in TSLQueue 2023-07-22 16:33:09 +09:00
CXX11_shared_spin_lock.hpp Impl "RWLock" for use in TSLQueue 2023-07-22 16:33:09 +09:00
TSLQueue.hpp Impl "RWLock" for use in TSLQueue 2023-07-22 16:33:09 +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