Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blocking_semaphore

logo

A simple and performant blocking semaphore.

todo list:

  • binary semaphore
  • counting semaphore
  • portable stdlib implementation with Condvar
  • optimize Windows performance with WaitOnAddress
  • optimize Linux performance with futex
  • optimize macOS performance with dispatch_semaphore

About

A simple and performant blocking semaphore.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages