Current section
Files
Jump to
Current section
Files
include/shackle.hrl
%% records
-record(cast, {
client :: shackle:client(),
pid :: undefined | pid(),
request_id :: shackle:request_id(),
timeout :: timeout(),
timestamp :: erlang:timestamp()
}).
-record(reconnect_state, {
current :: undefined | shackle:time(),
max :: shackle:time() | infinity,
min :: shackle:time()
}).