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
According to comment above the block is optional.
So this blocks the main thread?
How about spawning a thread to handle setting a false/true fiber-variable and unregistering after timeout. When you return that the receiver can use .join if it is supposed to be blocking.
To avoid breaking existing code, you could do the above as a new wait_for_async method implementation
It's a good idea, definitely something for later!
The text was updated successfully, but these errors were encountered:
See Reviewable comment in #22 by CyanRainNin:
It's a good idea, definitely something for later!
The text was updated successfully, but these errors were encountered: