Packages

Side-effect abstraction - signal and observe your side-effects like a pro

Current section

Files

Jump to
sea lib sea.ex
Raw

lib/sea.ex

defmodule Sea do
@moduledoc ~S"""
Side-effect abstraction - put your synchronous side-effects in order.
Sea consists of following modules:
- `Sea.Signal` - defines signal that will get emitted to defined observers
- `Sea.Observer` - defines observer capable of handling signals emitted to it
"""
end