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

Link to this function setup_timer(name, interval_ms)
setup_timer(term, non_neg_integer) :: pid

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