photonio 0.0.5

A runtime for asynchronous applications.
Documentation
1
2
3
4
5
6
use photonio::task;

#[photonio::test]
async fn yield_now() {
    task::yield_now().await;
}