Daniel Spiewak on Nostr: nprofile1q…5hl4y Regarding your last point, blocking an offer corresponds to a form ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqdhlp9quv7gxr9vspuv7rramapsxaw2phk0zjpxw2uq2t6kvnp7csc5hl4y (nprofile…hl4y) Regarding your last point, blocking an offer corresponds to a form of backpressure. Imagine a fiber which does some work and produces a value which is held in memory, then gets passed to some other fibers to maybe send to a remote server, store in a database, or just do more work on. Now let's imagine that those other fibers aren't keeping up, maybe because the remote server is overloaded, what should we do? We should slow down the producing fiber so we don't run out of memory.