added: `io.stream_poll` and related functions
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Sun, 15 Oct 2023 03:36:24 +0000 (22:36 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Sun, 15 Oct 2023 03:36:24 +0000 (22:36 -0500)
commit606e6aa263a01994a492bb103680e554f68d9494
treee604d8b20e411aa4bb6748e2c28335a0f75cc482
parentf98ce04c2c4b99c17eb4f2c9fd7376db41cff63f
added: `io.stream_poll` and related functions
14 files changed:
CHANGELOG
compiler/src/onyx.c
core/io/stdio.onyx
core/io/stream.onyx
core/net/net.onyx
core/runtime/platform/js/platform.onyx
core/runtime/platform/onyx/fs.onyx
core/runtime/platform/onyx/platform.onyx
core/runtime/platform/wasi/platform.onyx
core/runtime/platform/wasi/wasi_fs.onyx
interpreter/include/vm.h
runtime/onyx_runtime.c
runtime/src/ort_net.h
runtime/src/ort_os.h