KingMigDOR [🌐] @ FancyWorld
KingMigDOR [🌐] @ FancyWorld
MModular
Created by KingMigDOR [🌐] @ FancyWorld on 9/21/2023 in #questions
How are we supposed to run coroutines?
As the entry point (the main function) cannot be async, is there any way to call a coroutine from a syncron context? Here just an easy example code what I'm testing and trying to do:
async fn test():
print("test")

fn main():
await test()
async fn test():
print("test")

fn main():
await test()
8 replies
MModular
Created by KingMigDOR [🌐] @ FancyWorld on 9/10/2023 in #questions
Is it possible to install mojo on one of these subsystems or VanillaOS itself?
No description
5 replies