Y
Hacker News
new
|
ask
|
show
|
jobs
by
errordeveloper
4079 days ago
I have recently found this:
https://github.com/rustcc/coroutine-rs
1 comments
amelius
4079 days ago
Interesting, but the documentation does not seem to describe how stacks/memory management is done.
link
keeperofdakeys
4078 days ago
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...
link