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
Is it possible to get the number of items that are left in the EventQueue? I'm having an asynchronous processing step in my application using an EventQueue, and I want to terminate the thread when the queue is done processing... I don't see anything on the public C++ API to reference this.