TestLatch

org.apache.pekko.testkit.TestLatch
See theTestLatch companion object
class TestLatch(count: Int)(implicit system: ActorSystem) extends Awaitable[Unit]

Attributes

Companion
object
Source
TestLatch.scala
Graph
Supertypes
trait Awaitable[Unit]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def countDown(): Unit

Attributes

Source
TestLatch.scala

Attributes

Source
TestLatch.scala
def open(): Unit

Attributes

Source
TestLatch.scala
def ready(atMost: Duration)(implicit permit: CanAwait): TestLatch.this.type

Attributes

Source
TestLatch.scala
def reset(): Unit

Attributes

Source
TestLatch.scala
def result(atMost: Duration)(implicit permit: CanAwait): Unit

Attributes

Source
TestLatch.scala