From 5ab5046b643b04b9c31fd41cdfca39b9d5f6b99e Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Sun, 8 Feb 2026 17:49:48 +1100 Subject: track queue submits WIP --- src/latency_controller.hh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/latency_controller.hh (limited to 'src/latency_controller.hh') diff --git a/src/latency_controller.hh b/src/latency_controller.hh new file mode 100644 index 0000000..6672d5a --- /dev/null +++ b/src/latency_controller.hh @@ -0,0 +1,15 @@ +#ifndef LATENCY_CONTROLLER_HH_ +#define LATENCY_CONTROLLER_HH_ + +// The purpose of this file is to provide + +namespace low_latency { + +class LatencyController final { + + +}; + +}; + +#endif \ No newline at end of file -- cgit v1.2.3