View Source AntikytheraCore.ExecutorPool.ActionRunner (antikythera v0.5.1)

A GenServer (whose lifecycle is managed by PoolSup.Multi) that executes gears' controller actions.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

run(pid, conn, entry_point, timeout)

View Source