partisan_opts (partisan v5.0.2)

View Source

Summary

Types

opt/0

-type opt() :: {timeout, integer()}.

t/0

-type t() :: [opt()].

Functions

get(Opts, Key)

-spec get([opt()], atom()) -> {ok, term()} | error.

take(Opts0, Key)

-spec take([opt()], atom()) -> {ok, {term(), list()}} | error.