1//! Native platform support for the Eure Language Server.
2//!
3//! This module provides the event loop and I/O pool for running
4//! the language server on native platforms (non-WASM).
56mod io_pool;
78pub use io_pool::{IoPool, IoRequest, IoResponse};