More notes on backpressure

This commit is contained in:
David Pedersen
2021-06-09 07:52:04 +02:00
parent 099e886575
commit 09f76f3c87
3 changed files with 17 additions and 15 deletions
+2 -1
View File
@@ -485,7 +485,8 @@
//! # };
//! ```
//!
//! See the [`service`] module for more details.
//! Routing to arbitrary services in this way has complications for backpressure
//! ([`Service::poll_ready`]). See the [`service`] module for more details.
//!
//! # Nesting applications
//!