Packages

A general throttle utility. Mainly used to throttle inbound or outbound requests.

Current section

Files

Jump to
throttle lib cache base.ex
Raw

lib/cache/base.ex

defmodule Throttle.Cache.Base do
@moduledoc ~S"""
"""
@type result :: %Throttle.Result{}
@callback get_count(result) :: result
end