rustcc / coroutine-rs

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

Remove usage of deprecated items. Fixes #52 #54

Closed cristicbz closed 9 years ago

cristicbz commented 9 years ago

Gets rid of usages of thread::scoped and env::page_size fixing the build on newest nightly.

Can't test on Windows machine, it would be nice to ensure this still works on that platform as well.

zonyitoo commented 9 years ago

Thank you!!