chesslablab / chess-server

Asynchronous PHP server that provides chess services over a WebSocket connection.
https://chesslablab.github.io/chess-server/
MIT License
51 stars 24 forks source link

Parallelization of long-running commands #382

Closed programarivm closed 1 month ago

programarivm commented 1 month ago

Long-running commands need to run in parallel because otherwise will be blocking the event loop.