1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-25 22:53:16 +00:00
janet/src/boot
Calvin Rose f4d7fd97f6 Working TCP echo server and client.
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.
2020-02-09 20:00:50 -06:00
..
array_test.c Update Copyright 2020. 2020-01-12 10:50:37 -06:00
boot.c Fix warnings. 2020-01-28 23:46:14 -06:00
boot.janet Working TCP echo server and client. 2020-02-09 20:00:50 -06:00
buffer_test.c Update Copyright 2020. 2020-01-12 10:50:37 -06:00
number_test.c Update Copyright 2020. 2020-01-12 10:50:37 -06:00
system_test.c Update Copyright 2020. 2020-01-12 10:50:37 -06:00
table_test.c Update Copyright 2020. 2020-01-12 10:50:37 -06:00
tests.h Begin work on new memory layout for all objects and GC. 2019-02-21 11:22:29 -05:00