./devel/aml, Another main loop library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.0.0, Package name: aml-1.0.0, Maintainer: pkgsrc-users

# 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


Master sites:

Filesize: 21.481 KB

Version history: (Expand)


CVS history: (Expand)


   2026-04-15 10:01:12 by Robert Bagdan | Files touched by this commit (5)
Log message:
aml: new package

* 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