Skip to content

rigtorp/BinarySemaphore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BinarySemaphore.h

License

Binary semaphore using futexes. Useful for saving energy when waiting for new data in lock-free data structures. The fast path can still be lock-free, only when the consumer has blocked will you incur the cost of as syscall.

About

This project was created by Erik Rigtorp <erik@rigtorp.se>.

About

Binary semaphore using futexes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages