mirror of
https://github.com/janet-lang/janet
synced 2024-11-24 17:27:18 +00:00
f4d7fd97f6
Required a few changes to APIs, namely janet_root_fiber() to get topmost fiber that is active in the current scheduler. This is distinct from janet_current_fiber(), which gets the bottom most fiber in the fiber stack - it might have a parent, and so cannot be reliably resumed. This is the kind of situation that makes symmetric coroutines more attractive. |
||
---|---|---|
.. | ||
numarray | ||
3sum.janet | ||
assembly.janet | ||
colors.janet | ||
debug.janet | ||
debugger.janet | ||
error.janet | ||
fizzbuzz.janet | ||
hello.janet | ||
lazyseqs.janet | ||
life.janet | ||
maxtriangle.janet | ||
primes.janet | ||
rtest.janet | ||
tarray.janet | ||
tcpclient.janet | ||
tcpserver.janet | ||
threads.janet | ||
urlloader.janet |