mirror of
https://github.com/janet-lang/janet
synced 2025-12-12 11:38:08 +00:00
Remove some extra fiber state and use a flag.
This commit is contained in:
@@ -927,7 +927,6 @@ struct JanetFiber {
|
||||
JanetStream *ev_stream; /* which stream we are waiting on */
|
||||
void *ev_state; /* Extra data for ev callback state. On windows, first element must be OVERLAPPED. */
|
||||
void *supervisor_channel; /* Channel to push self to when complete */
|
||||
int ev_in_flight; /* If overlapped operation is in flight */
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user