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ยง
- features
- Module to provide some kind of feature to the user.
- lazy
- Completely stolen from https://github.com/mgattozzi/whorl/blob/5e61714acf7d29e2b97cd26f6f0587060fa652cf/src/lib.rs#L306
- 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.
- spawner
- Spawner crate implementation
- task
- Task implementation