Skip to content

Commit 48e5de7

Browse files
author
Alexey Andreev
committed
Revert "add waiters method for dispatcher and executor"
This reverts commit 3da4b37.
1 parent 4c9285e commit 48e5de7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/txapi.rs

-4
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)