hot reload refactor

This commit is contained in:
Krzosa Karol
2025-01-26 12:46:14 +01:00
parent f98c8e3dfa
commit 5d127b7f2c
12 changed files with 64 additions and 51 deletions

View File

@@ -13,4 +13,10 @@ struct thread_ctx_t {
logger_t log;
};
enum {
tcx_slot_rn,
tcx_slot_ui,
tcx_slot_app,
};
gb_thread thread_ctx_t *tcx;