mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-23 03:35:14 +00:00
Remove outdated documentation
This commit is contained in:
committed by
Dirkjan Ochtman
parent
63d6925852
commit
3e863e6903
@@ -6,9 +6,6 @@
|
||||
//!
|
||||
//! The entry point of this crate is the [`Endpoint`](struct.Endpoint.html).
|
||||
//!
|
||||
//! The futures and streams defined in this crate are not `Send` because they necessarily share
|
||||
//! state with each other. As a result, they must be spawned on a single-threaded tokio runtime.
|
||||
//!
|
||||
//! ```
|
||||
//! # extern crate tokio;
|
||||
//! # extern crate quinn;
|
||||
|
||||
Reference in New Issue
Block a user