Semaphore1

izumi.functional.bio.Semaphore1$
See theSemaphore1 companion trait
object Semaphore1

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final implicit class Semaphore1Ops[+F[_]](self: Semaphore1[F]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def fromCats[F[_, _] : Panic2](semaphore: Semaphore[[_] =>> F[Throwable, _$4]]): Semaphore2[F]
def fromSTM(tSemaphore: TSemaphore): Semaphore3[ZSTM]
def fromZIO(tSemaphore: TSemaphore): Semaphore3[ZIO]

Implicits

Implicits

final implicit def Semaphore1Ops[F[_]](self: Semaphore1[F]): Semaphore1Ops[F]