mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-05 22:07:38 +03:00
tests
This commit is contained in:
parent
4d070bcee6
commit
32ca384486
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ where
|
||||||
poll_fn(|cx| Pin::new(&mut *stream).poll_next(cx)).await
|
poll_fn(|cx| Pin::new(&mut *stream).poll_next(cx)).await
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[doc(hidden)]
|
||||||
|
#[deprecated]
|
||||||
/// A future that completes after the given item has been fully processed
|
/// A future that completes after the given item has been fully processed
|
||||||
/// into the sink, including flushing.
|
/// into the sink, including flushing.
|
||||||
pub async fn sink_write<S, I>(sink: &mut S, item: I) -> Result<(), S::Error>
|
pub async fn sink_write<S, I>(sink: &mut S, item: I) -> Result<(), S::Error>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue