MCPcopy Create free account
hub / github.com/deviceplug/btleplug / wake

Method wake

src/droidplug/jni_utils/mod.rs:73–75  ·  view source on GitHub ↗
(self: Arc<Self>)

Source from the content-addressed store, hash-verified

71
72 impl Wake for TestWakerData {
73 fn wake(self: Arc<Self>) {
74 Self::wake_by_ref(&self);
75 }
76
77 fn wake_by_ref(self: &Arc<Self>) {
78 self.set_value(true);

Callers 1

wakerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected