aboutsummaryrefslogtreecommitdiff
path: root/examples/example-async
Commit message (Expand)AuthorAgeFilesLines
* Rework examples and add entry macro for testingWeicao-CatilGrass10 days3-308/+0
* Remove `once_cell` dependency and replace with `OnceLock`魏曹先生12 days1-8/+0
* Update example version to 0.1.9魏曹先生2026-05-181-7/+3
* Switch mingling_core and mingling_macros to use published crate versions0.1.8Weicao-CatilGrass2026-05-181-0/+4
* Rename `NextProcess` to `Next` across the codebaseWeicao-CatilGrass2026-05-171-2/+2
* Simplify example imports to use prelude and add resources example魏曹先生2026-05-161-1/+1
* Remove thiserror dependency and implement error types manually魏曹先生2026-05-151-21/+0
* Update mingling from 0.1.7 to 0.1.8魏曹先生2026-05-071-7/+3
* Switch to published crates and update README for v0.1.70.1.7魏曹先生2026-05-041-0/+4
* Enforce `NextProcess` return type in chain functions and update examples魏曹先生2026-05-021-1/+1
* Remove root-level Cargo.toml and main.rs魏曹先生2026-04-281-0/+279
* Remove `marker::NextProcess` and generate it via `gen_program!`Weicao-CatilGrass2026-04-271-5/+2
* Add async example demonstrating tokio integration魏曹先生2026-04-252-0/+61