1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 01:37:42 +02:00

use convert err on forward_ready! (#246)

This commit is contained in:
Rob Ede
2021-01-09 14:13:16 +00:00
committed by GitHub
parent a1982bdbad
commit f751cf5acb
15 changed files with 34 additions and 35 deletions

View File

@ -41,7 +41,7 @@ impl Runtime {
///
/// # Examples
///
/// ```rust,ignore
/// ```ignore
/// # use futures::{future, Future, Stream};
/// use actix_rt::Runtime;
///

View File

@ -70,7 +70,7 @@ impl System {
///
/// # Examples
///
/// ```rust,ignore
/// ```ignore
/// use tokio::{runtime::Runtime, task::LocalSet};
/// use actix_rt::System;
/// use futures_util::future::try_join_all;
@ -139,7 +139,7 @@ impl System {
///
/// # Examples
///
/// ```rust,ignore
/// ```ignore
/// use tokio::runtime::Runtime;
/// use actix_rt::System;
/// use futures_util::future::try_join_all;