summaryrefslogtreecommitdiff
path: root/src/thread_pool.hpp
AgeCommit message (Collapse)Author
2025-01-09flatten file structure + renameJonathan Bradley
2024-11-14add pk.h and major pkmem refactorJonathan Bradley
Completely replaces the memory module with pkmem pkmem is a newer implementation of the same bucket memory structure. Also includes replacing pkstr.h with pk.h's pkstr
2024-01-11checkpoint - mostly working condition after changesJonathan Bradley
2023-12-23PkeThreads_Enqueue now takes a pointer to a taskJonathan Bradley
2023-12-11replace handles with union structJonathan Bradley
2023-11-29add thread_poolJonathan Bradley