antikythera v0.2.0 AntikytheraCore.ExecutorPool View Source
Link to this section Summary
Link to this section Functions
Link to this function
apply_setting(epool_id, a1)
View Source
apply_setting(Antikythera.ExecutorPool.Id.t(), AntikytheraCore.ExecutorPool.Setting.t()) :: :ok
Link to this function
kill_executor_pool(epool_id)
View Source
kill_executor_pool(Antikythera.ExecutorPool.Id.t()) :: :ok
Link to this function
start_executor_pool(epool_id, setting)
View Source
start_executor_pool(Antikythera.ExecutorPool.Id.t(), AntikytheraCore.ExecutorPool.Setting.t()) :: :ok
Link to this function
start_link(epool_id, uploader, a2)
View Source
start_link(Antikythera.ExecutorPool.Id.t(), atom() | pid(), AntikytheraCore.ExecutorPool.Setting.t()) :: {:ok, pid()}
Link to this function
start_per_gear_executor_pool(gear_name)
View Source
start_per_gear_executor_pool(Antikythera.GearName.t()) :: :ok