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
The go block which spawns a lightweight process always returns a channel that holds the final value from the process sleep was a special operation that you could yield, but if you wanted an actual channel that timed out you had to use timeout instead. I removed sleep so you always use timeout which makes it more consistent.
I added a takem instruction which stands for "take maybe". If an Error object is passed through the channel it will throw it automatically at the place were takem was yielded.
Are there any plans to merge back with origin? Also, are you still actively working on this? Last commit was quite a while ago.
I read your message indicating this is an upstream fork, but I was still not able to answer my question.
Regards 😄
The text was updated successfully, but these errors were encountered: