MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / recv

Method recv

packages/server/src/simulators/session.rs:63–65  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

61
62impl FrameSubscription {
63 pub async fn recv(&mut self) -> Result<SharedFrame, broadcast::error::RecvError> {
64 self.receiver.recv().await
65 }
66}
67
68impl Drop for FrameSubscription {

Callers 3

handle_socketMethod · 0.45
wait_for_keyframeMethod · 0.45
run_control_queueFunction · 0.45

Calls

no outgoing calls

Tested by 1

handle_socketMethod · 0.36