Crate rio_rt

Source
Expand description

Toy library to implement an async library for rust!

This code is hevely based on https://github.com/mgattozzi/whorl but with another scope in mind, that is to provide a toy library that the people can use with toy program.

In addition, from this crate the user can consider to learn more on the async programming, because there is a lot to learn and a lot to contribute.

Modulesยง

runitime
Here we go, finally our runtime implementation, this will be a toy but with a very big ambition to begin a use runtime some day full od experimental idea that we want to test and see what is the impact of it.
task
Task implementation