We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b269d48 commit d34fcdeCopy full SHA for d34fcde
README.md
@@ -73,7 +73,7 @@ main = runServer $ ServerDefinition
73
```
74
75
Whilst `Reactor.hs` shows how a reactor design can be used to handle all
76
-requests on a single thread, such in a way that we could then execute them on
+requests on a separate thread, such in a way that we could then execute them on
77
multiple threads without blocking server communication. They can be installed
78
from source with
79
0 commit comments