Asynchronous functions: how to use in mono?
I saw the devblogs saying that mojo currently lacks wrappers for async fn awating, however it supports the coroutines themselves. If it is possible, how does one write a function that, say, prints whichever result is faster from functions a() and b()?
I am trying to write a Thread manager for my project that heavily interfaces with the filesystem, which means a lot of recursion, shared cache, etc
0 Replies