reagent v0.1.13 Reagent

Summary

Functions

Uses the reagent behaviour and defines the default callbacks

Start a listener with the given descriptor

Start a listener with the given module and the given descriptor

Start a listener with the given descriptor and link the process

Start a listener with the given module and the given descriptor and link the process

Wait for the accept ack

Functions

__using__(opts) (macro)

Uses the reagent behaviour and defines the default callbacks.

start(descriptor)
start(Keyword.t) :: {:ok, pid} | {:error, term}

Start a listener with the given descriptor.

start(module, descriptor)
start(module, Keyword.t) :: {:ok, pid} | {:error, term}

Start a listener with the given module and the given descriptor.

start_link(descriptor)
start_link(Keyword.t) :: {:ok, pid} | {:error, term}

Start a listener with the given descriptor and link the process.

start_link(module, descriptor)
start_link(module, Keyword.t) :: {:ok, pid} | {:error, term}

Start a listener with the given module and the given descriptor and link the process.

wait(timeout \\ :infinity)
wait(timeout) :: :ok | {:timeout, timeout}

Wait for the accept ack.