summaryrefslogtreecommitdiff
path: root/src/threadpool.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/threadpool.c')
-rw-r--r--src/threadpool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/threadpool.c b/src/threadpool.c
index c345aef..b466b5b 100644
--- a/src/threadpool.c
+++ b/src/threadpool.c
@@ -480,7 +480,7 @@ static int __CTQ_CONSUMER(void *ctq) {
480 480
481 thrd_exit(1); 481 thrd_exit(1);
482} 482}
483// TODO: Make this function return 0 or -1 depending on whether the overall ctq has been canceled or not. Canceling shouldn't 483/// TODO: Make this function return 0 or -1 depending on whether the overall ctq has been canceled or not. Canceling shouldn't
484// be treated as an error 484// be treated as an error
485 485
486/** 486/**