Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
impl<
'a: '
b,
'b> ::std::ops::Deref for JFuture<'
a, 'b> {
Callers
11
adapters
Method · 0.80
write_value
Method · 0.80
read_value
Method · 0.80
subscribe
Method · 0.80
unsubscribe
Method · 0.80
get_characteristics
Method · 0.80
get_characteristic_descriptors
Method · 0.80
write_value
Method · 0.80
read_value
Method · 0.80
poll_internal
Method · 0.80
test_jfuture
Function · 0.80
Calls
1
JFutureIntoFuture
Class · 0.85
Tested by
1
test_jfuture
Function · 0.64