home · contact · privacy
Some more experiments with threading.
[plomrogue2-experiments] / README.md
index b65f327805da2c2af0fbcdbd759c3c58714a7815..e5301c4731d980c836d142eb85662876ca925f74 100644 (file)
--- a/README.md
+++ b/README.md
@@ -26,4 +26,6 @@ The following commands can be sent from client to server:
   such integer n, calculates th nn-th Fibonacci number (this allows for testing
   parallel CPU-heavy computation)
 
+Additionally, the server regularly sends a counter state to the client.
+
 See `./requirements.txt` for the dependencies.