Semaphore

object Semaphore
Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def make(permits: => Long)(implicit trace: Trace): UIO[Semaphore]

Creates a new Semaphore with the specified number of permits.

Creates a new Semaphore with the specified number of permits.