fn getOrNull(self: *SelfChannel) ?T
[src]
Get an item from the channel. If the buffer is empty and there are no puts waiting, this returns null
.
fn getOrNull(self: *SelfChannel) ?T
Get an item from the channel. If the buffer is empty and there are no puts waiting, this returns null
.