wait

Function wait 

Source
pub fn wait(cid: Cid) -> Result<(), ErrorStatus>
Expand description

Waits for the thread with the id cid to exit

§Returns