Semaphore

object Semaphore extends Serializable
Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def make(permits: Long): UIO[Semaphore]

Creates a new Sempahore with the specified number of permits.

Creates a new Sempahore with the specified number of permits.