Skip to main content

pack_sniff

Function pack_sniff 

Source
pub fn pack_sniff(bowl: &Value) -> DogeResult
Expand description

pack.sniff(bowl) — block until a value arrives in the bowl, then return it. A bowl that is empty and can never receive another value again (every writer is gone) is a catchable IOError rather than a forever-block. A non-bowl handle is a catchable type error.