summaryrefslogtreecommitdiff
path: root/apl9.h
diff options
context:
space:
mode:
authorglenda <glenda@cirno>2022-09-09 21:06:16 +0000
committerglenda <glenda@cirno>2022-09-09 21:06:16 +0000
commitd2b44ec9fc7bf4687dae74edfe708395461b5b6e (patch)
tree8c85d770449928e30c0d4e7eb89460334c16772e /apl9.h
parenta63358d02ae15ff9a62961d46e58bff26dbab68c (diff)
Cleanup threads and add a ⎕TASKS system function
Diffstat (limited to 'apl9.h')
-rw-r--r--apl9.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apl9.h b/apl9.h
index bf36f52..01738e6 100644
--- a/apl9.h
+++ b/apl9.h
@@ -343,6 +343,8 @@ int spawnthread(Function, Array *, Array *);
ThreadData *getthreaddata(void);
void messagesend(Array *, int);
Array *messagerecv(Function, int);
+Array *runningtasks(void);
+Array *taskproperty(vlong, vlong);
/* Monadic functions from function.c */
Array *fnNegate(Array *);