Versions in this module Expand all Collapse all v0 v0.2.0 Jan 6, 2016 Changes in this version + type Semaphore chan struct + func New(n int) Semaphore + func (s Semaphore) Acquire() + func (s Semaphore) Release() + func (s Semaphore) TryAcquire() bool