Expand description
Native platform support for the Eure Language Server.
This module provides the event loop and I/O pool for running the language server on native platforms (non-WASM).
Structsยง
- IoPool
- Thread pool for handling file I/O operations.
- IoRequest
- Request to read a file from disk.
- IoResponse
- Response from reading a file.