1 unstable release
0.1.0-alpha.1 | Sep 22, 2022 |
---|
#1045 in Asynchronous
16KB
195 lines
toy-async-runtime
Toy library to start to work with async rust, build for reckless person!
Project Homepage
Table of content
- Introduction
- For What is build
Introduction
TODO
For what is build
lib.rs
:
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.