Skip to content

Commit ca7e7bd

Browse files
authored
Change return type of terminate_pool callback to term() (#51)
1 parent 2444fd0 commit ca7e7bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/nimble_pool.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ defmodule NimblePool do
295295
@callback terminate_pool(
296296
reason :: :DOWN | :timeout | :throw | :error | :exit | user_reason,
297297
pool_state
298-
) :: :ok
298+
) :: term()
299299

300300
@doc """
301301
Handle cancelled checkout requests.

0 commit comments

Comments
 (0)