Skip to content

timtadh/semaphore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Counting Semaphores for Go

by Tim Henderson

Why?

I was studying for my concurrent algorithms qualifier and I wanted to write my semaphore solutions in Go. Semaphores are usually the wrong abstraction these days but I still needed to do the problems. Instead of just letting the code rot on my filesystem I thought other people might find it useful.

Docs http://godoc.org/timtadh/semaphore

About

Counting Semaphores for Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages