You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do not understand for what purposes there are assertations like src/base/include/scy/handle.h in method assertThread(). Why we should call some methods only from a parent event loop thread?
I am speaking about something like this: assert(std::this_thread::get_id() == _tid);
The text was updated successfully, but these errors were encountered:
I do not understand for what purposes there are assertations like
src/base/include/scy/handle.h
in methodassertThread()
. Why we should call some methods only from a parent event loop thread?I am speaking about something like this:
assert(std::this_thread::get_id() == _tid);
The text was updated successfully, but these errors were encountered: