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

Class LoadingTaskCookie

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

Source from the content-addressed store, hash-verified

56pub struct ProgramRuntimeEnvironments;
57
58pub struct LoadingTaskCookie(u64);
59pub struct LoadingTaskWaiter {
60 pub cookie: Mutex<LoadingTaskCookie>,
61 pub cond: Condvar,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected