There was an error while loading. Please reload this page.
1 parent 64ff1ac commit 15b30c0Copy full SHA for 15b30c0
1 file changed
src/runtime.rs
@@ -17,7 +17,7 @@ cfg_if! {
17
}
18
} else if #[cfg(feature = "async-global-executor")] {
19
type DefaultRuntime = async_rs::AGERuntime;
20
- pub(crate) type DefaultRuntimeKit = async_rs::AGE;
+ pub(crate) type DefaultRuntimeKit = async_rs::util::RuntimeParts<async_rs::AsyncGlobalExecutor, async_rs::AsyncIO>;
21
22
pub fn default_runtime() -> Result<DefaultRuntime> {
23
Ok(async_rs::Runtime::async_global_executor())
0 commit comments