rustcc / coroutine-rs

Coroutine Library in Rust
Apache License 2.0
414 stars 43 forks source link

Query if coroutine is ready #63

Closed vinipsmaker closed 8 years ago

vinipsmaker commented 8 years ago

This is important to implement algorithms like when_any

zonyitoo commented 8 years ago

What do you mean about when_any?

vinipsmaker commented 8 years ago

Sorry, I'm reading the documentation again and I see that I completely misunderstood the first time.