Exq.Middleware.Behaviour.after_processed_work

You're seeing just the callback after_processed_work, go back to Exq.Middleware.Behaviour module for more information.
Link to this callback

after_processed_work(%Exq.Middleware.Pipeline{})

View Source

Specs

after_processed_work(%Exq.Middleware.Pipeline{
  assigns: term(),
  event: term(),
  halted: term(),
  terminated: term(),
  worker_pid: term()
}) :: %Exq.Middleware.Pipeline{
  assigns: term(),
  event: term(),
  halted: term(),
  terminated: term(),
  worker_pid: term()
}