Structsยง
ReceiverExecutor
is used along with a channel. After creating a mpsc channel, there should be aReceiverExecutor
running in the background, so as to push messages down to the executors.
ReceiverExecutor
is used along with a channel. After creating a mpsc channel,
there should be a ReceiverExecutor
running in the background, so as to push
messages down to the executors.