1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-14 22:37:12 +00:00

Remove thread module.

Instead, use the more general and non-blocing `ev/` module.
This commit is contained in:
Calvin Rose
2021-09-19 14:18:49 -05:00
parent cccbdc164c
commit 6c58347916
11 changed files with 1 additions and 788 deletions

View File

@@ -979,9 +979,6 @@ static void janet_load_libs(JanetTable *env) {
#ifdef JANET_INT_TYPES
janet_lib_inttypes(env);
#endif
#ifdef JANET_THREADS
janet_lib_thread(env);
#endif
#ifdef JANET_EV
janet_lib_ev(env);
#endif