Commit graph

2 commits

Author SHA1 Message Date
Kelsi
19d1006542 docs: drop unverified opcode count, fix threading.md API names
- README.md / docs/architecture.md: remove the '664 opcode handlers' /
  '664+ opcodes' figure (unverifiable — actual register*Handler() call
  count is 33, but most opcodes are bulk-registered via array loops).
  Reword to describe coverage qualitatively.
- docs/threading.md: WorldSocket::connectAsync(), startWatchdog(), and
  TerrainManager::startWorkers() do not exist. Reference the actual
  symbols: connect() / asyncPumpLoop(), the inline lambda in run(),
  and TerrainManager::initialize() spawning workerLoop().
2026-05-14 23:14:28 -07:00
Pavel Okhlopkov
a7df19232a add doc
Signed-off-by: Pavel Okhlopkov <pavel.okhlopkov@flant.com>
2026-04-06 22:52:07 +03:00