diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-07-16 17:50:07 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-07-16 17:50:07 -0400 |
| commit | e950f786e25967a222cfa7bce7327ffd458e8c95 (patch) | |
| tree | 8c0cc77ac43806b146a49f74db2332a6181a2515 /docs/application/thread.md | |
| parent | 224c245a875a6f28c01e93d037329c708ef81dd4 (diff) | |
add generics
Diffstat (limited to 'docs/application/thread.md')
| -rw-r--r-- | docs/application/thread.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/application/thread.md b/docs/application/thread.md index c0ad199..91fa168 100644 --- a/docs/application/thread.md +++ b/docs/application/thread.md @@ -22,8 +22,6 @@ typedef struct _task { _Atomic bool join_ready; } task; -#define KPL_QUEUE_ASYNC -1 - #define KPL_MAIN_THREAD 0 typedef struct { |
