randomPoison / thespian

An experiment in designing an ergonomic actor framework for Rust
1 stars 0 forks source link

Remove dependency on runtime crate #10

Closed randomPoison closed 4 years ago

randomPoison commented 4 years ago

The runtime crate has been deprecated since I initially built thespian, so I'm removing it as a dependency. Instead, I'm adding optional features for supporting tokio and async-std directly. Tests have been rewritten to use tokio as the runtime.