jean
02/11/2021, 7:56 AMChannel
to cast it to a type allowing me only to send/offer? The same way there is receiveAsFlow
to only be able to collect it, how can I restrict my code to only sending?Ali Albaali
02/11/2021, 8:10 AMSendChannel<T>
or ReceiveChannel<T>
.jean
02/11/2021, 8:10 AM