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
{{ message }}
This repository was archived by the owner on Aug 19, 2021. It is now read-only.
Added dispatch_forever as a separate function with no timeout
Unfortunately, with the recent addition of a type-infering `callback`
function, the overloaded `dispatch` member function creates an
ambiguity when passed to threads.
With `dispatch_forever` function, a thread for the event queue can be
started simply like this:
t.start(&queue, &EventQueue::dispatch_forever);
Thanks to @bogdanm for the find
0 commit comments