SemaphoreDelegate

final class SemaphoreDelegate[F[_]](sem: Semaphore[F])(implicit evidence$1: MonadCancelThrow[F]) extends Semaphore[F]
trait Semaphore[F]
class Object
trait Matchable
class Any

Value members

Concrete methods

def withPermit[V](action: F[V]): F[V]