mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-22 00:00:11 +02:00
Remove DropSource from mio
I'm... not sure if it does anything any more as a `ReadinessStream` isn't clone-able nor is it split. As a result, I don't think we need it.
This commit is contained in:
@@ -232,6 +232,7 @@ impl Loop {
|
||||
fn deschedule(&self, token: usize) {
|
||||
let mut dispatch = self.dispatch.borrow_mut();
|
||||
dispatch.get_mut(token).unwrap();
|
||||
// TODO: was... this supposed to do something?
|
||||
}
|
||||
|
||||
fn consume_queue(&self) {
|
||||
|
||||
Reference in New Issue
Block a user