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
It's quite surprising that wait(0) blocks forever (or until an error) - expected behavior is that it will check if any data has arrived without blocking the execution. Let's make it either non-blocking or properly documented.
The text was updated successfully, but these errors were encountered:
It's quite surprising that
wait(0)
blocks forever (or until an error) - expected behavior is that it will check if any data has arrived without blocking the execution. Let's make it either non-blocking or properly documented.The text was updated successfully, but these errors were encountered: