fn get(self: *SelfChannel) callconv(.Async) T
[src]
await this function to get an item from the channel. If the buffer is empty, the frame will complete when the next item is put in the channel.
fn get(self: *SelfChannel) callconv(.Async) T
await this function to get an item from the channel. If the buffer is empty, the frame will complete when the next item is put in the channel.