- Hands-On Reactive Programming with Clojure
- Konrad Szydlo Leonardo Borges
- 48字
- 2021-07-02 14:03:59
Backpressure
The main mechanism by which core.async allows for coordinating backpressure is buffering. core.async doesn't allow unbounded buffers as this can be a source of bugs and a resource hog.
Instead, we are required to think hard about our application's unique needs and choose an appropriate buffering strategy.
推薦閱讀
- 藥事管理與法規(guī)
- 皮膚病中藥內用制劑
- 食品毒理學
- 突面畸形的正畸策略及技術
- 營養(yǎng)與疾病預防:醫(yī)護人員讀本
- 康復醫(yī)學(第2版)
- 世界衛(wèi)生組織成人和青少年癌痛藥物治療和放射治療管理指南
- 眼科標準數(shù)據(jù)集(2019版)
- 臨床醫(yī)學專業(yè)綜合改革的探索
- 圖說災難逃生自救叢書:海嘯
- 何以為人:試管嬰兒技術的起源與發(fā)展
- 再生醫(yī)學基礎與臨床
- Python Machine Learning Cookbook(Second Edition)
- 中國腫瘤心理臨床實踐指南(2024)
- Learn Data Structures and Algorithms with Golang