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

update crate #71

Closed uvd closed 4 years ago

hardliner66 commented 4 years ago

@uvd You could replace futures-preview with:

futures = { version = "0.3", features = ["thread-pool"] }

Which would fix one part of #80.

@leenozara Do you see any reason not to update to stable futures?

leenozara commented 4 years ago

Having been away for an extended time I'm focusing on the riker-specific PRs first and will come back to Rust ecosystem, including futures, async and this PR etc after.

leenozara commented 4 years ago
futures = { version = "0.3.4", features = ["thread-pool"] }

Is now used on master and riker 0.4.0.