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
Make sure we don't enter wait()/wait_until() with anything to consume
Perform the last check for any events before we start waiting. It must
be done with theMutex taken, so that we don't miss anything. It is not a
problem to return a bit too eagerly (when there is data to read or
accept), but OTOH we should try to avoid a potential busy loop after
EOF.
This is a follow-up of the iOS interactivity improvement
(with change id Ic7295393be8b5aa76cfd56fe579b39032b4a10ca).
Signed-off-by: Jan Holesovsky <kendy@collabora.com>
Change-Id: Idc3304c2ecb44c3557aa3edb928f82037c7e4e19
0 commit comments