Commit Graph
9 Commits
Author SHA1 Message Date
Lasan Mahaliyana b46fabb8a7 fixed thread pool memory_order bug 2026-02-06 23:29:13 +05:30
kidfromjupiter 6c41d26a86 Doesn't build yet. But did more work to align the older fork with newer APIs. 2025-12-29 13:35:08 +00:00
Vibhav Pant 386d27d646 ShutDown: Remove extraneous logs 2023-09-09 13:02:15 +05:30
Vibhav Pant 5e18c84b98 Use separate locks for the the thread vector and task queue. 2023-09-02 22:04:32 +05:30
Vibhav Pant c742bd3a37 clang-format 2023-08-30 13:21:30 +05:30
Vibhav Pant d7d22684f4 Start the thread pool on construction. 2023-08-29 14:02:32 +05:30
Vibhav Pant 7f80090388 Rewrite ThreadPool. 2023-08-29 13:06:35 +05:30
Timothy Hutchins 2539ec1610 Implemented some more Linux equivalents 2023-08-02 18:24:19 -05:00
Timothy Hutchins ff9438a3ed Started implementing Linux specific platform
This is the start of the implementing for the Linux platform.

I aim to make this as similar to the Windows platform as possible,
although due to the fundamental difference in the two OS's, there will
be things that need to be different.
As such, I will be using the Windows platform files as a base, and
reimplementing the functions with Linux equivalents.

I am sure this will have bugs, which by my best attempt will be fixed
when found.
2023-05-19 19:19:15 -05:00