async_coroutine 0.2.0

A coroutine implementation based on Rust's async/await syntax.
Documentation
1
2
3
4
5
6
7
8
9
10
[package]

name = "async_coroutine"

description = "A coroutine implementation based on Rust's async/await syntax."

version = "0.2.0"

edition = "2024"

authors = ["Jannik Obermann <jannik.obermann@gmail.com>"]

repository = "https://github.com/jannik4/async_coroutine"

license = "MIT OR Apache-2.0"



[dependencies]