add comments in user/src/bin/stackless_coroutine.rs

pull/71/head
Yu Chen 3 years ago
parent 3cb46a7333
commit 15dec102fa

@ -1,3 +1,5 @@
// https://blog.aloni.org/posts/a-stack-less-rust-coroutine-100-loc/
// https://github.com/chyyuu/example-coroutine-and-thread/tree/stackless-coroutine-x86
#![no_std]
#![no_main]

Loading…
Cancel
Save