MCPcopy 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
155pub 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

pushFunction · 0.70
poll_oneFunction · 0.70
drainFunction · 0.70
clearFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected