Another Main Loop
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

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://github.com/any1/aml
