Semaphore

gears.async.Semaphore
See theSemaphore companion class
object Semaphore

Attributes

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

Members list

Type members

Classlikes

trait Guard extends AutoCloseable

A guard that marks a single usage of the Semaphore. Implements java.lang.AutoCloseable so it can be used as a try-with-resource (e.g. with scala.util.Using).

A guard that marks a single usage of the Semaphore. Implements java.lang.AutoCloseable so it can be used as a try-with-resource (e.g. with scala.util.Using).

Attributes

Supertypes
trait AutoCloseable
class Object
trait Matchable
class Any