|
except |
Answered by
sogaiu
Apr 16, 2025
Replies: 1 comment 3 replies
|
Here is some text from the website:
via: https://janet-lang.org/docs/event_loop.html#Creating-Tasks Also, below is the current implementation of Lines 3817 to 3823 in b27c830 Does any of that help? |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Regarding background on
ev/callandev/go...According to this commit on 2020-07-07:
Later, there was this commit on 2021-08-31:
IIUC, originally,
ev/go's first argument had to be a fiber, but this was changed later (the second commit above).