1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-15 05:04:49 +00:00
janet/src
Ian Shehadeh 938c5013c9 fix typo in janet_epoll_sync_callback
JANET_ASYNC_LISTEN_WRITE was checked instead of JANET_ASYNC_EVENT_READ.
This caused ev/read to hang if it was called on a normal fd.
2022-01-06 19:33:34 -05:00
..
boot Tweak match docstring 2021-12-25 16:56:10 +09:00
conf Prepare for 1.19.2 release. Update CHANGELOG.md 2021-12-06 17:27:09 -06:00
core fix typo in janet_epoll_sync_callback 2022-01-06 19:33:34 -05:00
include Add extra "prefix" parameter to debug/stacktrace. 2021-12-04 13:03:05 -06:00
mainclient Address #876 Don't allow scheduling a fiber once it has been canceled already. 2021-11-18 20:06:29 -06:00