diff options
| author | Ada Christine <adachristine18@gmail.com> | 2026-05-22 00:11:54 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2026-05-22 00:11:54 +0000 |
| commit | bb16bd0a71a8e615441694b97813cda2f8ea8ff8 (patch) | |
| tree | ea9b83d16d110dd40e7120baa829a3793fbecd25 /kc/core/task.h | |
| parent | edc42358664e9d70227e274273321ab032394a7e (diff) | |
thread termination cleanup
Diffstat (limited to 'kc/core/task.h')
| -rw-r--r-- | kc/core/task.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kc/core/task.h b/kc/core/task.h index e5e9d92..eae38bb 100644 --- a/kc/core/task.h +++ b/kc/core/task.h @@ -31,5 +31,6 @@ struct kc_thread }; void task_init(void); -void task_schedule(void); + +void kct_terminate(union kc_thread_result result); |
