Joel Denke
09/01/2023, 5:44 AMPeter Kievits
09/01/2023, 8:26 AMJoel Denke
09/01/2023, 1:57 PMPeter Kievits
09/01/2023, 2:18 PMsend(...)
the call will be suspended until the consumer picks up the next item. If however, if the producer uses trySend(...)
, it will return a ChannelResult
and the producer can check if the send was successful and act accordingly.Joel Denke
09/01/2023, 3:24 PMPeter Kievits
09/01/2023, 3:44 PMJoel Denke
09/01/2023, 3:53 PM