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

Method into_future

src/droidplug/jni_utils/future.rs:59–61  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

57 }
58
59 pub fn into_future(self) -> JFutureIntoFuture<'a, 'b> {
60 JFutureIntoFuture(self)
61 }
62}
63
64impl<'a: 'b, 'b> ::std::ops::Deref for JFuture<'a, 'b> {

Callers 11

adaptersMethod · 0.80
write_valueMethod · 0.80
read_valueMethod · 0.80
subscribeMethod · 0.80
unsubscribeMethod · 0.80
get_characteristicsMethod · 0.80
write_valueMethod · 0.80
read_valueMethod · 0.80
poll_internalMethod · 0.80
test_jfutureFunction · 0.80

Calls 1

JFutureIntoFutureClass · 0.85

Tested by 1

test_jfutureFunction · 0.64