mirror of
https://github.com/janet-lang/janet
synced 2025-01-12 16:40:27 +00:00
Change comment in gst.h
This commit is contained in:
parent
325059203d
commit
b19c834cf4
@ -210,8 +210,8 @@ struct GstValue {
|
||||
GstValueUnion data;
|
||||
};
|
||||
|
||||
/* A lightweight thread in gst. Does not correspond to
|
||||
* operating system threads. Used in coroutines and continuations. */
|
||||
/* A lightweight green thread in gst. Does not correspond to
|
||||
* operating system threads. */
|
||||
struct GstThread {
|
||||
uint32_t count;
|
||||
uint32_t capacity;
|
||||
|
Loading…
Reference in New Issue
Block a user