bcast icon indicating copy to clipboard operation
bcast copied to clipboard

[Feature Request] Add new SendAndWait() to the API

Open toni-moreno opened this issue 7 years ago • 1 comments

Can be useful if sender could wait until all members has received the broadcast message .

Thank you very much

toni-moreno avatar May 11 '17 08:05 toni-moreno

Since almost everything in gorountine are async, including receive. I don't think the SendAndWait solve the problem you got.

fangli avatar Dec 27 '17 08:12 fangli