diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-05-30 15:56:46 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-05-30 15:56:46 -0400 |
| commit | f1d22f3fde0cb7bf201168a11774793b4efc98f7 (patch) | |
| tree | d982c699978d794e203572efc1cfe95f41b0b827 /src/thread-pool.hpp | |
| parent | 781410537a1c7ddac340efabeedd4c9309e5cf39 (diff) | |
pke: thrdpl: BucketContainer > pk_bkt_arr
Diffstat (limited to 'src/thread-pool.hpp')
| -rw-r--r-- | src/thread-pool.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/thread-pool.hpp b/src/thread-pool.hpp index 3afb99b..060b87a 100644 --- a/src/thread-pool.hpp +++ b/src/thread-pool.hpp @@ -6,9 +6,9 @@ #include <cstdint> #include <future> -struct ThreadPoolHandle : public pk_handle { }; +struct ThreadPoolHandle : public pk_bkt_arr_handle { }; -constexpr ThreadPoolHandle ThreadPoolHandle_MAX = ThreadPoolHandle{ pk_handle_MAX_constexpr }; +constexpr ThreadPoolHandle ThreadPoolHandle_MAX = ThreadPoolHandle{ pk_bkt_arr_handle_MAX_constexpr }; void PkeThreads_Init(); ThreadPoolHandle PkeThreads_Init (uint8_t threadCount, uint8_t maxQueueCount, struct pk_membucket *bkt = nullptr); |
