in src/common/wait_group.rs [30:37]
fn default() -> Self { Self { inner: Arc::new(Inner { var: Condvar::new(), count: Mutex::new(0), }), } }