antikythera

v0.2.0

  • Pages
  • Modules
  • Mix Tasks

    antikythera v0.2.0 AntikytheraCore.Handler.ExecutorPoolHelper View Source

    Link to this section Summary

    Functions

    increment_ws_count(conn, req, a2, f)
    with_executor(conn, gear_name, helper_modules, f)

    Link to this section Functions

    Link to this function increment_ws_count(conn, req, a2, f) View Source
    increment_ws_count(Antikythera.Conn.t(), :cowboy_req.req(), AntikytheraCore.Handler.HelperModules.t(), (() -> a)) ::
      :cowboy_req.req() |
      a when a: any()
    Link to this function with_executor(conn, gear_name, helper_modules, f) View Source
    with_executor(Antikythera.Conn.t(), Antikythera.GearName.t(), AntikytheraCore.Handler.HelperModules.t(), (pid(), Antikythera.Conn.t() -> Antikythera.Conn.t())) :: Antikythera.Conn.t()

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