Guard
gears.async.Semaphore.Guard
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).
Attributes
- Graph
-
- Supertypes
-
trait AutoCloseableclass Objecttrait Matchableclass Any
Members list
In this article