mirror of
https://github.com/janet-lang/janet
synced 2025-12-14 04:28:06 +00:00
Overhaul of poll loop, redo ev/select.
This commit is contained in:
@@ -826,7 +826,6 @@ struct JanetFiber {
|
||||
JanetFiber *child; /* Keep linked list of fibers for restarting pending fibers */
|
||||
#ifdef JANET_EV
|
||||
JanetListenerState *waiting;
|
||||
int32_t timeout_index;
|
||||
uint32_t sched_id; /* Increment everytime fiber is scheduled by event loop */
|
||||
#endif
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user