Get rid of pthreads on Windows #10

Closed
opened 2023-06-30 15:44:51 +00:00 by MartinFouilleul · 0 comments
Collaborator

It is a bit annoying to rely on pthread on Windows (it is another dependency, which requires vcpkg, and sometimes gets msvc really confused).
There's already an old platform_thread.h in milepost, with a posix implementation. We could just do a light API/naming pass on that and write a windows-specific implementation. Then we can get rid of pthreads on windows.

It is a bit annoying to rely on pthread on Windows (it is another dependency, which requires vcpkg, and sometimes gets msvc really confused). There's already an old `platform_thread.h` in milepost, with a posix implementation. We could just do a light API/naming pass on that and write a windows-specific implementation. Then we can get rid of pthreads on windows.
bvisness added this to the Jam MVP milestone 2023-07-04 21:25:37 +00:00
Sign in to join this conversation.
No Label
macOS
windows
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: hmn/orca#10
No description provided.