mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-23 22:51:07 +01:00
parent
e4ec956001
commit
a83dfaa162
@ -1,5 +1,9 @@
|
|||||||
/// An implementation of [`poll_ready`]() that always signals readiness.
|
/// An implementation of [`poll_ready`]() that always signals readiness.
|
||||||
///
|
///
|
||||||
|
/// This should only be used for basic leaf services that have no concept of un-readiness.
|
||||||
|
/// For wrapper or other serivice types, use [`forward_ready!`] for simple cases or write a bespoke
|
||||||
|
/// `poll_ready` implementation.
|
||||||
|
///
|
||||||
/// [`poll_ready`]: crate::Service::poll_ready
|
/// [`poll_ready`]: crate::Service::poll_ready
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
|
Loading…
Reference in New Issue
Block a user