riker-rs / riker

Easily build efficient, highly concurrent and resilient applications. An Actor Framework for Rust.
https://riker.rs
MIT License
1.02k stars 69 forks source link

Question: Build on stable rust? #59

Closed xmclark closed 5 years ago

xmclark commented 5 years ago

Will riker build on stable rust in the near future?

What hurdles are there for building on stable?

shekohex commented 5 years ago

once async/await get stabilized (which is very soon by the way near Aug this year). also we are using futures v0.3 which i think is not stable yet for the same reason.