name some threads

This commit is contained in:
Shawn Hoffman
2020-08-22 02:55:31 -07:00
parent a769dff1d0
commit 6ef9d70701
6 changed files with 16 additions and 0 deletions

View File

@ -69,6 +69,8 @@ void DiscordHandler::ShowNewJoinRequest(const std::string& id, const std::string
void DiscordHandler::Run()
{
Common::SetCurrentThreadName("DiscordHandler");
while (!m_stop_requested.IsSet())
{
Discord::CallPendingCallbacks();