Skip to main content

merge_yield_receivers

Function merge_yield_receivers 

Source
pub fn merge_yield_receivers(
    a: &InstanceCap,
    b: &InstanceCap,
) -> Option<InstanceCap>
Expand description

Union the catch-sets of two YieldReceiver handles (the kernel:merge_yield_receiver operation). None if either is not a YieldReceiver.