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

Method drop

draw/src/glutin_thread.rs:54–56  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

52struct StopGlutinWhenDropped;
53impl Drop for StopGlutinWhenDropped {
54 fn drop(&mut self) {
55 glutin_thread().send_event(GlutinThreadEvent::StopWhenAllWindowsClosed);
56 }
57}
58
59///

Callers

nothing calls this directly

Calls 2

glutin_threadFunction · 0.85
send_eventMethod · 0.80

Tested by

no test coverage detected