View Source AntikytheraCore.ExecutorPool (antikythera v0.5.1)
Summary
Functions
@spec apply_setting( Antikythera.ExecutorPool.Id.t(), AntikytheraCore.ExecutorPool.Setting.t() ) :: :ok
@spec kill_executor_pool(Antikythera.ExecutorPool.Id.t()) :: :ok
@spec start_executor_pool( Antikythera.ExecutorPool.Id.t(), AntikytheraCore.ExecutorPool.Setting.t() ) :: :ok
@spec start_link( Antikythera.ExecutorPool.Id.t(), atom() | pid(), AntikytheraCore.ExecutorPool.Setting.t() ) :: {:ok, pid()}
@spec start_per_gear_executor_pool(Antikythera.GearName.t()) :: :ok