Skip to content

Commit

Permalink
Fix multi-threading module
Browse files Browse the repository at this point in the history
  • Loading branch information
akoshelev committed Feb 16, 2024
1 parent fb9b908 commit 6cbee84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ipa-core/src/seq_join/multi_thread.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ use std::{
task::{Context, Poll},
};

use futures::stream::Fuse;
use futures::{stream::Fuse, StreamExt};
use pin_project::pin_project;
use tracing::{Instrument, Span};

use super::*;
Expand Down

0 comments on commit 6cbee84

Please sign in to comment.