Interfacing a low-level actor system to Rust async/await, part 1

I’ve been coding on never-blocking actor systems for maybe 8 years,
and that is “home” to me and the natural way to go about things. But
in Rust most of the async ecosystem is based around async/await. So
in order to join that ecosystem and make use of … Read more

Similar