antikythera v0.3.0 AntikytheraCore.ExecutorPool View Source
Link to this section Summary
Link to this section Functions
Link to this function
apply_setting(epool_id, arg1)
View Sourceapply_setting( Antikythera.ExecutorPool.Id.t(), AntikytheraCore.ExecutorPool.Setting.t() ) :: :ok
Link to this function
kill_executor_pool(epool_id)
View Sourcekill_executor_pool(Antikythera.ExecutorPool.Id.t()) :: :ok
Link to this function
start_executor_pool(epool_id, setting)
View Sourcestart_executor_pool( Antikythera.ExecutorPool.Id.t(), AntikytheraCore.ExecutorPool.Setting.t() ) :: :ok
Link to this function
start_link(epool_id, uploader, arg2)
View Sourcestart_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 Sourcestart_per_gear_executor_pool(Antikythera.GearName.t()) :: :ok