aboutsummaryrefslogtreecommitdiff
path: root/examples/example-async-support/page.toml
blob: e193a2bac2200bfbe8c9192e4bfc384af65a333e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[example]
id = "example-async-support"
name = "Async Support"
icon = "⚡"
category = "runtime"
desc = """
Example Async Runtime Support
"""
tags = ["async", "await", "#[chain]"]
files = ["src/main.rs", "Cargo.toml"]