blackbeam / mysql_async

Asyncronous Rust Mysql driver based on Tokio.
Apache License 2.0
377 stars 114 forks source link

Implement Borrow<QueueId> for QueuedWaker #266

Closed espindola closed 9 months ago

espindola commented 10 months ago

This allows using self.queue.remove(&id) directly, which then allows other simplifications.

espindola commented 9 months ago

The "other simplifications" are