Function init_timing

Source
pub fn init_timing() -> TimingUpkeep
Expand description

Initialize the timing subsystem with recommended settings for HFT applications

This function sets up the quanta timing system with the recommended settings for high-frequency trading applications. It configures the “recent time” feature to provide ultra-low-overhead access to a slightly-delayed global time.

§Returns

A handle to the upkeep thread. The thread runs until this handle is dropped.