Skip to content

Commit 007a044

Browse files
author
Alexey Andreev
committed
Revert "add waiters method for dispatcher and executor"
This reverts commit 3da4b37.
1 parent 72650dd commit 007a044

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/txapi.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ impl Dispatcher {
7373
pub fn len(&self) -> usize {
7474
self.task_tx.len()
7575
}
76-
77-
pub fn waiters(&self) -> usize {
78-
self.waiters.load(atomic::Ordering::Relaxed)
79-
}
8076
}
8177

8278

0 commit comments

Comments
 (0)