View Source AntikytheraCore.Handler.ExecutorPoolHelper (antikythera v0.5.1)

Summary

Functions

Link to this function

increment_ws_count(conn, req, arg2, f)

View Source
@spec 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