slide-rs / fibe-rs

Fiberized task queue in Rust
Apache License 2.0
11 stars 0 forks source link

Cooperative multi-threading #4

Open kvark opened 9 years ago

kvark commented 9 years ago

Perhaps, use coroutine-rs

kvark commented 9 years ago

From @mtsr:

From what I can see coroutine-rs takes some of the good parts of libgreen, updated them and then used them for coroutines. So even if we don't want to use their coroutines themselves, we can use their context and stack implementations (both coming from libgreen afaict)