diff options
| author | @syxhe <https://t.me/syxhe> | 2026-01-15 12:47:29 -0600 |
|---|---|---|
| committer | @syxhe <https://t.me/syxhe> | 2026-01-15 12:47:29 -0600 |
| commit | 940bd53b5a6fc1864d6a57b16d7f1b4b594f1851 (patch) | |
| tree | fc6d186e1cc1aa62040b0314d0aa8819f69b7042 /src/threadpool.c | |
| parent | c4b9503b3e3331c09712810910d2b36f52d98ada (diff) | |
Diffstat (limited to 'src/threadpool.c')
| -rw-r--r-- | src/threadpool.c | 2 |
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 | /** |
