summaryrefslogtreecommitdiff
path: root/src/threadpool.c
AgeCommit message (Collapse)Author
2025-05-16Do some more work on the concurrent queue@syxhe
2025-05-14Start reimplementing some of the earlier concurrent queue code@syxhe
2025-05-14Update signatures of free-type functions to match the freecallback signature@syxhe
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
it up for reuse
2025-04-17Start work on implementing a threadpool@syxhe