aboutsummaryrefslogtreecommitdiff
path: root/examples/example-async-support/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor(examples): migrate renderers to return RenderResult and add魏曹先生15 hours1-2/+5
| | | | | | | | | std::io::Write import Replace r_println!/r_print! macro usage across all example renderers with explicit RenderResult construction using std::io::Write, enabling more flexible output handling and reducing reliance on macro-side effects.
* feat(macros): add async mutable resource injection for `#[chain]`魏曹先生2026-06-271-2/+1
| | | | | | | Support `&mut T` resource parameters in async chain functions by using an extract-store pattern that avoids holding mutable borrows across await points. Remove the previous compile-time rejection of this combination.
* Redesign hook system with structured info types and ProgramControls魏曹先生2026-06-241-1/+1
|
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-311-0/+1
|
* Rework examples and add entry macro for testingWeicao-CatilGrass2026-05-231-0/+68