Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 305 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 305 Bytes

Andri's Main Loop

Goals:

  • Portability
  • Utility
  • Simplicity

Non-goals:

  • MS Windows (TM) support
  • Solving the C10K problem

Features:

  • File descriptor event handlers
  • Timers
  • Tickers
  • Signal handlers
  • Idle dispatch callbacks
  • Thread pool
  • Interoperability with other event loops