Obscurax.Callback (obscurax v0.1.0)

Copy Markdown View Source

GenServer that owns a user callback and dispatches incoming obscura callback messages (passive observers) to it.

Summary

Functions

Returns a specification to start this module under a supervisor.

Types

kind()

@type kind() :: :request | :response

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(page, kind, fun)