WaitFor |
| Name | Description | |
|---|---|---|
| ForPeekT(IChannelT) | Suspend coroutine until the channel has an element that can be read, but don't read it, just peek. | |
| ForPeekT(IChannelT, ResultT) | Suspend coroutine until the channel has an element that can be read, but don't read it, just peek. |