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
.
@spec run( pid(), Antikythera.Conn.t(), Antikythera.Context.GearEntryPoint.t(), Antikythera.GearActionTimeout.t() ) :: Antikythera.Conn.t()