Packages

Overseer is similar to OTP Supervisor, but it supervise the erlang/elixir nodes.

Current section

Files

Jump to
overseer lib gen_executor.ex
Raw

lib/gen_executor.ex

defmodule GenExecutor do
@moduledoc """
General executor behavior, usually used with Overseer together
"""
end