knot126 / Melon

Foxy library that does everything* and tastes good
Other
1 stars 0 forks source link

Refactor threads module to use C11 thread library #11

Open knot126 opened 1 year ago

knot126 commented 1 year ago

C11 has it's own threading library which is portable across OSes. It would be nicer to implement that instead of relying on platform-specific libraries to do multi-threading.