mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-24 00:00:11 +02:00
docs: add note in the readme about the master branch (#1230)
This commit is contained in:
committed by
Toby Lawrence
parent
7380dd2482
commit
8e7d8af588
@@ -1,5 +1,7 @@
|
||||
# Tokio
|
||||
|
||||
_NOTE_: Tokio's [`master`](https://github.com/tokio-rs/tokio) branch is currently in the process of moving to `std::future::Future`, for `v0.1.x` based tokio releases please check out the [`v0.1.x`](https://github.com/tokio-rs/tokio/tree/v0.1.x) branch.
|
||||
|
||||
A runtime for writing reliable, asynchronous, and slim applications with
|
||||
the Rust programming language. It is:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user