PistonDevelopers / dyon

A rusty dynamically typed scripting language
Apache License 2.0
1.76k stars 56 forks source link

Async co-routines #741

Open bvssvni opened 7 months ago

bvssvni commented 7 months ago

Currently, the co-routine model in Dyon uses OS threads. Perhaps it is possible to use async code instead?