Closed sile closed 6 years ago
This PR replaces the internal implementation of the mpsc channels from the standard channels to nbchan. Because nbchan is specialized in non-blocking communications, so it is more suitable for use with fibers.
fibers
This PR replaces the internal implementation of the mpsc channels from the standard channels to nbchan. Because nbchan is specialized in non-blocking communications, so it is more suitable for use with
fibers
.