summaryrefslogtreecommitdiff
path: root/src/threadpool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/threadpool.h')
-rw-r--r--src/threadpool.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/threadpool.h b/src/threadpool.h
index 1d9a537..91c903c 100644
--- a/src/threadpool.h
+++ b/src/threadpool.h
@@ -1,3 +1,14 @@
1/**
2 * @file threadpool.h
3 * @author syxhe (https://t.me/syxhe)
4 * @brief An implementation of a threadpool using libc threads
5 * @version 0.1
6 * @date 2025-06-09
7 *
8 * @copyright Copyright (c) 2025
9 *
10 */
11
1#ifndef __VXGG_REWRITE___THREADPOOL_H___193271180830131___ 12#ifndef __VXGG_REWRITE___THREADPOOL_H___193271180830131___
2#define __VXGG_REWRITE___THREADPOOL_H___193271180830131___ 1 13#define __VXGG_REWRITE___THREADPOOL_H___193271180830131___ 1
3 14