ConduitAMQP v0.6.2 ConduitAMQP.Util View Source

Provides utilities to wait for something to happen

Link to this section Summary

Link to this section Functions

Link to this function retry(opts \\ [], fun) View Source
retry(opts :: Keyword.t(), (() -> {:error, term()} | term())) :: term()
Link to this function wait_until(fun) View Source
wait_until((() -> true | false)) :: :ok