mirror of
https://github.com/fafhrd91/actix-net
synced 2025-08-22 00:25:36 +02:00
expose with_tokio_rt (#430)
This commit is contained in:
@@ -46,7 +46,6 @@ impl System {
|
||||
/// Create a new System using the [Tokio Runtime](tokio-runtime) returned from a closure.
|
||||
///
|
||||
/// [tokio-runtime]: tokio::runtime::Runtime
|
||||
#[doc(hidden)]
|
||||
pub fn with_tokio_rt<F>(runtime_factory: F) -> SystemRunner
|
||||
where
|
||||
F: Fn() -> tokio::runtime::Runtime,
|
||||
|
Reference in New Issue
Block a user