PistonDevelopers / dyon

A rusty dynamically typed scripting language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can you use async with dyon?

onthegit opened this issue · comments

Hello, nice project. I have one question:
Can you use async with dyon?

async fn hello_world() {
println!("hello, world!");
}

can you call this function from dyon?