aboutsummaryrefslogtreecommitdiff
path: root/std/threads.pk
diff options
context:
space:
mode:
Diffstat (limited to 'std/threads.pk')
-rw-r--r--std/threads.pk2
1 files changed, 2 insertions, 0 deletions
diff --git a/std/threads.pk b/std/threads.pk
index 2b1e98f..fcb65d4 100644
--- a/std/threads.pk
+++ b/std/threads.pk
@@ -1 +1,3 @@
## std.threads: Primitives for threads and thread-safe code.
+## These are system threads, not greenthreads. Does not include a threadpool.
+# reference: https://github.com/mratsim/weave