1
0
mirror of https://github.com/janet-lang/janet synced 2025-09-02 19:08:04 +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

@@ -1,7 +1,6 @@
option('git_hash', type : 'string', value : 'meson')
option('single_threaded', type : 'boolean', value : false)
option('threads', type : 'boolean', value : true)
option('nanbox', type : 'boolean', value : true)
option('dynamic_modules', type : 'boolean', value : true)
option('docstrings', type : 'boolean', value : true)