ex_fix v0.2.3 ExFix.SessionTimer
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.
Link to this section Summary
Functions
Sends a message {:timeout, name}
when no messages are received for a certain time
Main loop of timer process
Link to this section Functions
Sends a message {:timeout, name}
when no messages are received for a certain time.
Link to this function
timer_loop(name, interval_ms, process_pid)
Main loop of timer process