View Source Reactor.Dsl.WaitFor (reactor v0.10.2)

The struct used to store wait_for DSL entities.

See Reactor.step.wait_for.

Summary

Types

@type t() :: %Reactor.Dsl.WaitFor{
  __identifier__: any(),
  description: term(),
  names: [atom()]
}