Returns the waker for anything listening for changes to the stream
(&mut self)
| 475 | /// Returns the waker for anything listening for changes to the stream |
| 476 | /// |
| 477 | pub fn take_waker(&mut self) -> Option<Waker> { |
| 478 | self.waiting_task.take() |
| 479 | } |
| 480 | |
| 481 | /// |
| 482 | /// Returns the pending drawing operations in this core |