mirror of
https://github.com/janet-lang/janet
synced 2025-10-29 22:53:03 +00:00
Initial threaded abstract types.
This commit is contained in:
@@ -161,6 +161,7 @@ struct JanetVM {
|
||||
size_t listener_cap;
|
||||
size_t extra_listeners;
|
||||
JanetTable channel_map; /* threaded channel lookup table, no gc */
|
||||
JanetTable threaded_abstracts; /* All abstract types that can be shared between threads (used in this thread) */
|
||||
#ifdef JANET_WINDOWS
|
||||
void **iocp;
|
||||
#elif defined(JANET_EV_EPOLL)
|
||||
|
||||
Reference in New Issue
Block a user