class TestLatch extends Awaitable[Unit]
- Source
- TestLatch.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- TestLatch
- Awaitable
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new TestLatch(count: Int = 1)(implicit system: ActorSystem)
Value Members
- def countDown(): Unit
- def isOpen: Boolean
- def open(): Unit
- def ready(atMost: Duration)(implicit permit: CanAwait): TestLatch.this.type
- Definition Classes
- TestLatch → Awaitable
- Annotations
- @throws(classOf[TimeoutException])
- def reset(): Unit
- def result(atMost: Duration)(implicit permit: CanAwait): Unit
- Definition Classes
- TestLatch → Awaitable
- Annotations
- @throws(classOf[Exception])