| 57 | |
| 58 | pub struct LoadingTaskCookie(u64); |
| 59 | pub struct LoadingTaskWaiter { |
| 60 | pub cookie: Mutex<LoadingTaskCookie>, |
| 61 | pub cond: Condvar, |
| 62 | } |
| 63 | |
| 64 | pub struct SecondLevel { |
| 65 | pub slot_versions: Vec<Arc<LoadedProgram>>, |
nothing calls this directly
no outgoing calls
no test coverage detected