1
0
mirror of https://github.com/janet-lang/janet synced 2025-12-14 12:38:09 +00:00

Add TOCLOSE back.

This commit is contained in:
Calvin Rose
2023-09-24 12:28:35 -07:00
parent 5dd18bac2c
commit 471b6f9966
3 changed files with 18 additions and 14 deletions

View File

@@ -580,6 +580,7 @@ typedef void *JanetAbstract;
#define JANET_STREAM_WRITABLE 0x400
#define JANET_STREAM_ACCEPTABLE 0x800
#define JANET_STREAM_UDPSERVER 0x1000
#define JANET_STREAM_TOCLOSE 0x10000
typedef enum {
JANET_ASYNC_EVENT_INIT,