Back to Developer Roadmap

Asynchronism

src/data/roadmaps/system-design/content/[email protected]

4.0968 B
Original Source

Asynchronism

Asynchronous workflows help reduce request times for expensive operations that would otherwise be performed in-line. They can also help by doing time-consuming work in advance, such as periodic aggregation of data.

Visit the following resources to learn more: