MCPcopy Create free account
hub / github.com/buffalojoec/modular-svm / LoadingTaskWaiter

Class LoadingTaskWaiter

agave/program-cache/src/lib.rs:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58pub struct LoadingTaskCookie(u64);
59pub struct LoadingTaskWaiter {
60 pub cookie: Mutex<LoadingTaskCookie>,
61 pub cond: Condvar,
62}
63
64pub struct SecondLevel {
65 pub slot_versions: Vec<Arc<LoadedProgram>>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected