- Hands-On Reactive Programming with Python
- Romain Picard
- 188字
- 2021-06-24 18:25:22
Exploring Observables and Observers
In this chapter, we will go into detail on observables: how to create them, how to subscribe to them, how to handle their errors, and how to use them with AsyncIO. In the first part of this chapter, we will describe all of the possible ways to create observables, from existing objects, iterable objects, or custom code logic. Each time a new observable is needed, one of these methods is best for the situation.
In the second part of this chapter, we will explain another important notion of ReactiveX: hot and cold observables. Knowing whether an observable is hot or cold is the key to using it correctly. The third part of this chapter will cover the different ways to listen to an observable and how to deal with errors. Finally, the last part will illustrate how observables can cohabit with AsyncIO and how to bridge futures and observables. This is a frequent requirement when writing drivers based on AsyncIO packages.
The following topics will be covered in this chapter:
- Creating observables
- Hot and cold observables
- Subscription and disposal
- Error handling
- Observables and AsyncIO
- Mastering vRealize Operations Manager(Second Edition)
- Extending Puppet
- Ganglia系統監控
- 混沌工程:復雜系統韌性實現之道
- Linux系統安全基礎:二進制代碼安全性分析基礎與實踐
- 嵌入式實時操作系統μC/OS原理與實踐
- Django Project Blueprints
- Distributed Computing with Go
- 跟老男孩學Linux運維:Shell編程實戰
- HTML5 Enterprise Application Development
- 統信UOS應用開發進階教程
- Linux內核API完全參考手冊(第2版)
- Multi-Cloud for Architects
- Linux系統安全:縱深防御、安全掃描與入侵檢測
- Windows7系統維護百寶箱