fn deinit(self: *SelfChannel) void

Must be called when all calls to put and get have suspended and no more calls occur. This can be omitted if caller can guarantee that the suspended putters and getters do not need to be run to completion. Note that this may leave awaiters hanging.

Parameters

self: *SelfChannel,