mirror of
https://github.com/janet-lang/janet
synced 2025-11-06 02:23:03 +00:00
Add thread example.
Also remove reference to pthread_t in the JanetThread structure.
This commit is contained in:
@@ -956,7 +956,6 @@ struct JanetThreadShared {
|
||||
JanetChannel child;
|
||||
};
|
||||
struct JanetThread {
|
||||
pthread_t handle;
|
||||
JanetThreadShared *shared;
|
||||
JanetTable *dict;
|
||||
enum {
|
||||
|
||||
Reference in New Issue
Block a user