Skip to content
Snippets Groups Projects
Han Gao's avatar
Han Gao authored
aml (0.3.0-3) unstable; urgency=medium
.
  * Change Maintainer to Han Gao (Closes: #1065737)
c0cc5cb9
History

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