aboutsummaryrefslogtreecommitdiff
path: root/examples/example-async
Commit message (Collapse)AuthorAgeFilesLines
* Simplify example imports to use prelude and add resources example魏曹先生2026-05-161-1/+1
| | | | | | | | | Add a new example demonstrating global resource injection in chain functions, and update all existing examples to import from `mingling::prelude` instead of individual macro paths. Also add `example-resources` to the workspace exclude list.
* 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