Reactive Elixir v0.6.1 Reactivity.Registry View Source

Link to this section Summary

Functions

Adds a source signal to the registry

Gets a source signal by means of its name

Removes a source from the registry by its name

Subscribe to events from the signal registry. When a new signal is added, this is sent to the subscribers

Unsubscribe a given pid from the registry events

Link to this section Functions

Link to this function add_source(source, name) View Source

Adds a source signal to the registry.

Gets a source signal by means of its name.

Removes a source from the registry by its name.

Subscribe to events from the signal registry. When a new signal is added, this is sent to the subscribers.

Unsubscribe a given pid from the registry events.