You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the examples/*.rs files still need to be updated to work with std::future::Future. Most can be more easily written using #[tokio::main], like in this example.
The text was updated successfully, but these errors were encountered:
seanmonstar
added
E-easy
Effort: easy. A task that would be a great starting point for a new contributor.
A-docs
Area: documentation.
labels
Jul 9, 2019
Most of the
examples/*.rs
files still need to be updated to work withstd::future::Future
. Most can be more easily written using#[tokio::main]
, like in this example.The text was updated successfully, but these errors were encountered: