blob: cfa0565b57394ea57fe45f8662625cd34f70e5a0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
[example]
id = "example-async-support"
name = "Async Support"
icon = "⚡"
category = "runtime"
desc = """
Shows how to drive an async runtime with Mingling using the `async` feature, enabling `async fn` in `#[chain]` with tokio.
"""
tags = ["async", "await", "#[chain]"]
files = ["src/main.rs", "Cargo.toml"]
|