ExFix.SessionTimer (ex_fix v0.2.8)
Keeps track of sent and received messages. Triggers a message with the
form {:timeout, timer_name}
when no sent/received messages are registered
for a certain time.
Summary
Functions
Sends a message {:timeout, name}
when no messages are received for a certain time.
Main loop of timer process
Functions
@spec setup_timer(term(), non_neg_integer()) :: pid()
Sends a message {:timeout, name}
when no messages are received for a certain time.
Main loop of timer process