Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ queue
Function
queue
perro_source/api_modules/perro_steamworks/src/disabled.rs:154–157 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
152
}
153
}
154
155
pub mod events {
156
use super::{SteamError, SteamEvent, SteamEventQueueStats};
157
use crate::event_queue::SteamEventQueue;
158
use std::sync::{Mutex, OnceLock};
159
160
fn queue() -> &'static Mutex<SteamEventQueue> {
Callers
4
push
Function · 0.70
poll_one
Function · 0.70
drain
Function · 0.70
clear
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected