소개
OCaml Eio Concurrency provides Claude with specialized knowledge for building modern OCaml 5 applications using structured concurrency and effects-based IO. It enables the creation of efficient, direct-style code that avoids the complexity of monads (Lwt/Async) while offering superior performance, platform-optimized backends like io_uring, and better backtraces. This skill covers core Eio concepts including capability-based design, resource management with switches, fiber manipulation, network operations via cohttp-eio, and robust testing patterns using Eio_mock, ensuring your OCaml code is both performant and maintainable.