MCPcopy Create free account
hub / github.com/Logicalshift/flo_draw / take_waker

Method take_waker

canvas/src/draw_stream.rs:477–479  ·  view source on GitHub ↗

Returns the waker for anything listening for changes to the stream

(&mut self)

Source from the content-addressed store, hash-verified

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

Callers 5

writeMethod · 0.80
dropMethod · 0.80
writeMethod · 0.80
streamMethod · 0.80
dropMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected