Using Channels Until now We've used the take and put effects to communicate with the Redux Store. Channels generalize those Effects to communicate with external event sources or between Sagas themselves. They can also be used to queue specific actions from the Store. In this section, we'll see: How to use the yield actionChannel Effect to buffer specific actions from the Store. How to use the even