Go to file
Stephen Seo 7b5cf3b6f8 Add events, refactorings
Added event system to lessen the use of the main mutex and instead use
thread safe data structures (TSLQueue). Also can enable and check events
during execution (connect, disconnect, good mode, bad mode).

Fixes and refactorings.
2019-11-11 16:08:51 +09:00
src Add events, refactorings 2019-11-11 16:08:51 +09:00
.gitignore Replace c_impl, remove rust_binding, with cpp_impl 2019-11-11 13:08:36 +09:00
.gitmodules Remove unused TSQueue and RingBuffer 2019-11-06 14:42:35 +09:00
CMakeLists.txt Replace c_impl, remove rust_binding, with cpp_impl 2019-11-11 13:08:36 +09:00