Chapter 6. CLR Integration and Scheduling
This chapter will cover two very important aspects of reactive programming: the ability to configure how time changes within the sequences and their workers (observers/observables) and the ability to interact with all the other elements of the classic CLR, such as events, threads, tasks, and so on. Here's a short index:
- Sourcing from CLR events
- Threading integration
- Asynchronous sourcing
- Time scheduling
- Advanced time scheduling