summaryrefslogtreecommitdiff
path: root/src/threadpool.c
AgeCommit message (Expand)Author
2025-04-24Yeah this shit brokey@syxhe
2025-04-22Stop threadpool from crashing@syxhe
2025-04-22Yay segfault@syxhe
2025-04-22Start work on threadpool implementation@syxhe
2025-04-21Rework dlinkedlist functions to use VALLOC macro instead of only xalloc@syxhe
2025-04-21Implement a Concurrent Queue@syxhe
2025-04-21Start work on cqueue implementation, create cleanup set of functions@syxhe
2025-04-17Create ll-internal files to maintain opaqueness of linked list while opening ...@syxhe
2025-04-17Start work on implementing a threadpool@syxhe