Hacker News new | ask | show | jobs
by errordeveloper 4079 days ago
I have recently found this: https://github.com/rustcc/coroutine-rs
1 comments

Interesting, but the documentation does not seem to describe how stacks/memory management is done.
From a quick look at the code, it seems to use segmented stacks with memory mapping. https://github.com/rustcc/coroutine-rs/blob/master/src/stack...