can we call select on Channel id

Hi,
Is it possible to call select() on a channel id ?
If not, is there any alternate function call that will act like select function
on channel id’s ?

Thanks in advance,

No, you must use a connect ID.

MsgReceive() is effectively select for channels … only with a single channel. It is pretty easy to write a little multiplex function if you want to wait for data on multiple channels however.

Thomas