fix: Remove invalid real-world example

This commit is contained in:
Ilkka Seppälä
2022-12-31 22:21:01 +02:00
parent 79d94b9509
commit b507913b5c
-4
View File
@@ -20,10 +20,6 @@ Use Reactor pattern when
* A server application needs to be available for receiving requests from new clients even when handling older client requests.
* A server must maximize throughput, minimize latency and use CPU efficiently without blocking.
## Real world examples
* [Spring Reactor](http://projectreactor.io/)
## Credits
* [Douglas C. Schmidt - Reactor](https://www.dre.vanderbilt.edu/~schmidt/PDF/Reactor.pdf)