Semaphore

turbolift.io.Semaphore
See theSemaphore companion trait
object Semaphore

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Semaphore.type

Members list

Value members

Concrete methods

def apply(initial: Int): Computation[Semaphore, IO]
def create(initial: Int): Computation[Semaphore, IO]
def unsafeCreate(initial: Int): Semaphore