[][src]Function session_types::iselect

pub fn iselect<E, P, A>(chans: &Vec<Chan<E, Recv<A, P>>>) -> usize

An alternative version of homogeneous select, returning the index of the Chan that is ready to receive.