Skip to main content Link Menu Expand (external link) Document Search Copy Copied
Dark theme

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.


Table of contents