FICHA · MANJARO

ruby-io-event

An event loop

  • Library
  • LIBRARY
  • Dependency only
official+codex · reviewed · May 29, 2026 description in en

Description

Adds an event loop abstraction for Ruby programs that coordinate asynchronous I/O. It is useful for servers, clients, schedulers, and frameworks that need to wait for many operations efficiently.

Event loops are sensitive to blocking code and missed errors. Keep long CPU work outside the loop, set timeouts, and test shutdown behavior under failure.

Permissions

Permissions not analysed for this source yet.