mirror of
https://github.com/8damon/Blackbird-Platform
synced 2026-06-21 13:41:12 +00:00
8233d87928
Replace Blackbird_controller_runtime.c, blackbird_controller_node_runtime.c, and blackbird_controller_symbol_service.c with runtime.cpp, node_runtime.cpp, and symbol_service.cpp respectively. Node-runtime thread management uses std::thread and the symbol service uses std::string for path handling. Refs #11.