Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
impl FrameSubscription {
63
pub async fn recv(&mut self) -> Result<SharedFrame, broadcast::error::RecvError> {
64
self.receiver.recv().await
65
}
66
}
67
68
impl Drop for FrameSubscription {
Callers
3
handle_socket
Method · 0.45
wait_for_keyframe
Method · 0.45
run_control_queue
Function · 0.45
Calls
no outgoing calls
Tested by
1
handle_socket
Method · 0.36