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

Class SendSyncWrapper

src/droidplug/jni_utils/ops.rs:183–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183struct SendSyncWrapper<T>(T);
184
185unsafe impl<T> Send for SendSyncWrapper<T> {}
186unsafe impl<T> Sync for SendSyncWrapper<T> {}

Callers 1

fn_adapterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected