fix: topic content resource issue

Fixing visual bug due to a link getting into the main list and not being parsed correctly
pull/8027/head
Alan Klimowski 6 days ago committed by GitHub
parent 3b274f3b0a
commit e716765f01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/data/roadmaps/system-design/content/synchronous-io@Ihnmxo_bVgZABDwg1QGGk.md

@ -18,4 +18,6 @@ This antipattern typically occurs because:
- The application uses a library that only provides synchronous methods for I/O. - 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. - 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/) - [@article@What is Synchronous I/O antipattern?](https://learn.microsoft.com/en-us/azure/architecture/antipatterns/synchronous-io/)

Loading…
Cancel
Save