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.