clasp icon indicating copy to clipboard operation
clasp copied to clipboard

Semaphores

Open Bike opened this issue 3 years ago • 0 comments

The mp package should include an implementation of semaphores:

  • they're useful.
  • The second version of the bordeaux threads API has them, so we can expose them to that.
  • C++20 includes a counting_semaphore we can probably use, or alternately POSIX has semaphores, so implementation shouldn't be difficult.

Bike avatar Jan 20 '22 15:01 Bike