Skip to content

Commit db7ea5c

Browse files
committed
wip
1 parent 59d8e16 commit db7ea5c

File tree

1 file changed

+0
-5
lines changed
  • crates/sync/pipeline/src

1 file changed

+0
-5
lines changed

crates/sync/pipeline/src/lib.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,6 @@ impl PipelineHandle {
141141
pub async fn stopped(&self) {
142142
self.tx.closed().await;
143143
}
144-
145-
/// Wait until the [`Pipeline`] has stopped.
146-
pub async fn stopped(&self) {
147-
self.tx.closed().await;
148-
}
149144
}
150145

151146
/// Syncing pipeline.

0 commit comments

Comments
 (0)