Skip to content

mbrix/counting_semaphore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

counting_semaphore

counting_semaphore is meant to be used for cases where N of M state machines need to acquire rights to some shared resource. I.e only 4 workers can be in a specific state out of 10.

Build

$ rebar3 compile

About

Erlang simple counting semaphore implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages