Feb 21 · 6 min read · Flow cancellation is not an optional feature. It is a core part of how coroutines are designed to behave. When a collector stops collecting, the entire upstream flow is cancelled automatically. This i
Join discussionFeb 18 · 3 min read · buffer() in Chapter 23 was all about “queue everything” when the consumer is slow. Now we look into conflate() which is all about “dropping intermediate values” and caring only about the latest value. The Core Idea When the consumer is slow: buffer(...
Join discussionJan 29 · 3 min read · Networking Devices – Explained the Way I Finally Understood Them Well This Is Not all About the network we are going to talk about how network flow in our devices and how it works in differnt devices, Modem, router, switch… all sounded similar to me....
Join discussion