Add Thread Guard for debugging simple threading issues (#4254)

* Add ThreadGuard class

* Use ThreadGuard when accessing a ChannelView's messageSnapshot
This commit is contained in:
pajlada
2022-12-24 11:32:08 +01:00
committed by GitHub
parent 2ba4da02ae
commit b9308d7325
4 changed files with 39 additions and 0 deletions
+1
View File
@@ -364,6 +364,7 @@ set(SOURCE_FILES
util/StreamLink.hpp
util/StreamerMode.cpp
util/StreamerMode.hpp
util/ThreadGuard.hpp
util/Twitch.cpp
util/Twitch.hpp
util/TypeName.hpp