1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-01 06:50:26 +02:00

fix: topic content resource issue

Fixing visual bug due to a link getting into the main list and not being parsed correctly
This commit is contained in:
Alan Klimowski
2025-01-12 13:04:53 -06:00
committed by GitHub
parent 3b274f3b0a
commit e716765f01

View File

@@ -18,4 +18,6 @@ This antipattern typically occurs because:
- The application uses a library that only provides synchronous methods for I/O.
- An external library performs synchronous I/O operations internally. A single synchronous I/O call can block an entire call chain.
Visit the following links to learn more:
- [@article@What is Synchronous I/O antipattern?](https://learn.microsoft.com/en-us/azure/architecture/antipatterns/synchronous-io/)