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