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

Switch to .await syntax. Reduce number of unstable feature flags. #54

Closed ancwrd1 closed 5 years ago

ancwrd1 commented 5 years ago

This PR switches from await! macro to .await keyword which does not require a separate feature gate. It also removes unnecessary dependency on unstable bind_by_move_pattern_guards feature.

leenozara commented 5 years ago

I wasn't aware of .await. Thanks for this PR. I've merged it and will be included in 0.3.1.