Skip to content

Commit

Permalink
Fix module description
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnabell committed Nov 28, 2024
1 parent cc50321 commit 819cd56
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/amqp/no_signal_handler.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
defmodule Amqpx.NoSignalHandler do
@moduledoc """
Dummy signal handler module that does handle the graceful termination.
Dummy signal handler module that does not handle the graceful termination.
It always returns `false` for `draining?/0` and `stopping?/0`.
I.e. the comsumer will continue without handling signals.
"""

@behaviour Amqpx.SignalHandler
Expand Down

0 comments on commit 819cd56

Please sign in to comment.