defmodule FinchGleam.Timeout do def infinity(), do: :infinity def milliseconds(ms) when is_integer(ms), do: ms end