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
So far we only offererd the blocking `Node::next_event` variant which
would block the current thread until an event becomes available.
However, non-blocking polling of the event queue is useful, it for
example allows to handle events in single-threaded control flow
environments.
Here we add a simple non-blocking variant under the same name as
previously and rename the previously existing method `wait_next_event`
to highlight its blockiness.
0 commit comments