Often times there's stuff like ```cpp std::thread([this]() { this->EventApi->Raise("EV_INPUTBIND_UPDATED"); }).detach(); ``` Instead of pushing it to a queue and one thread runs all these events.
Often times there's stuff like
Instead of pushing it to a queue and one thread runs all these events.