aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/program/single_instance.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add unit and integration tests for mingling_coreWeicao-CatilGrass2026-06-091-0/+46
|
* Replace `OnceLock<Option<Box<dyn Any>>>` with custom `ProgramCell` typeWeicao-CatilGrass2026-06-091-4/+88
| | | | | Reduces indirection and allows taking ownership of the program instance for proper cleanup before `process::exit()`
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-311-0/+5
|
* Refactor program module into submodules魏曹先生2026-05-181-0/+23