Stackful Coroutine in Rust

Another async story

Created by Xudong-Huang

CONCLUSION

- uniform generator and coroutine

- uniform thread and coroutine

- uniform linux/bsd/windows

- compatible API with std library

- intuitive usage and high performance

Thanks

- generator-rs
- May