Introduction

Get introduced to the fast producer, slow consumer problem and attempt to solve it in this chapter.

By now, we should be familiar with the distinction of push vs. pull in reactive interfaces. Instead of the traditional model of requesting data from a source (pulling data), the source pushes data to an observer as the data is ready.

Note: See Push vs. Pull if you need a refresher.

Get hands-on with 1200+ tech skills courses.