Runtime and thread_pool mostly done

This commit is contained in:
2025-06-20 23:50:54 +01:00
parent 0be61851a4
commit 2ee6960223
7 changed files with 154 additions and 27 deletions

4
include/systems/status.h Normal file
View File

@ -0,0 +1,4 @@
#pragma once
extern long status_last_tick_usec;
extern long status_avg_tick_usec;