ExFix.SessionTimer (ex_fix v0.2.6)

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

setup_timer(name, interval_ms)

@spec setup_timer(term(), non_neg_integer()) :: pid()

Sends a message {:timeout, name} when no messages are received for a certain time.

timer_loop(name, interval_ms, process_pid)

Main loop of timer process