Schedulers and Threads
In this module, you’re going to learn:
- What is a scheduler and the types of schedulers Reactor provides
- How to use
publishOn
- How to use
subscribeOn
- Parallelizing work with
ParallelFlux
You can find the code for this module here.
Links
Table of contents
- What is a Scheduler?
- Using publishOn
- Using subscribeOn
- Parallelizing work with ParallelFlux
- Coding Exercises