mirror of
https://github.com/janet-lang/janet
synced 2025-11-07 11:03:04 +00:00
Allow iterating over fibers with each and similar.
This commit is contained in:
@@ -91,6 +91,7 @@ void janet_buffer_format(
|
||||
int32_t argstart,
|
||||
int32_t argc,
|
||||
Janet *argv);
|
||||
Janet janet_next_impl(Janet ds, Janet key, int is_interpreter);
|
||||
|
||||
/* Inside the janet core, defining globals is different
|
||||
* at bootstrap time and normal runtime */
|
||||
|
||||
Reference in New Issue
Block a user