antikythera

v0.2.0

  • Pages
  • Modules
  • Mix Tasks

    antikythera v0.2.0 AntikytheraCore.ExecutorPool View Source

    Link to this section Summary

    Functions

    apply_setting(epool_id, a1)
    kill_executor_pool(epool_id)
    start_executor_pool(epool_id, setting)
    start_link(epool_id, uploader, a2)
    start_per_gear_executor_pool(gear_name)

    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

    Built using ExDoc (v0.18.3), designed by Friedel Ziegelmayer.