- Added
Receiver::recv_batch_up_to
andReceiver::try_recv_batch_up_to
so that you can
fetch "up ton
" elements from the queue or wait until one arrives. - You can now send and receive empty messages.
- Fixed typos in the documentation.
Receiver::recv_batch_up_to
and Receiver::try_recv_batch_up_to
so that you cann
" elements from the queue or wait until one arrives.