@ -27,7 +27,6 @@ pub use memory::EnvironmentRef;
|
|||||||
use schemars::JsonSchema;
|
use schemars::JsonSchema;
|
||||||
use serde::{Deserialize, Serialize};
|
use serde::{Deserialize, Serialize};
|
||||||
pub use state::{ExecState, MetaSettings};
|
pub use state::{ExecState, MetaSettings};
|
||||||
use tokio::task::JoinSet;
|
|
||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
engine::EngineManager,
|
engine::EngineManager,
|
||||||
@ -736,7 +735,7 @@ impl ExecutorContext {
|
|||||||
.into_iter()
|
.into_iter()
|
||||||
{
|
{
|
||||||
#[cfg(not(target_arch = "wasm32"))]
|
#[cfg(not(target_arch = "wasm32"))]
|
||||||
let mut set = JoinSet::new();
|
let mut set = tokio::task::JoinSet::new();
|
||||||
|
|
||||||
#[allow(clippy::type_complexity)]
|
#[allow(clippy::type_complexity)]
|
||||||
let (results_tx, mut results_rx): (
|
let (results_tx, mut results_rx): (
|
||||||
|
Reference in New Issue
Block a user