Click or drag to resize

WaitForPeek Method

Overload List
 NameDescription
Public methodStatic memberForPeekT(IChannelT) Suspend coroutine until the channel has an element that can be read, but don't read it, just peek.
Public methodStatic memberForPeekT(IChannelT, ResultT) Suspend coroutine until the channel has an element that can be read, but don't read it, just peek.
Top
See Also