No description
  • C 68.3%
  • C++ 29.4%
  • Meson 2.3%
Find a file
Daniel Baumann a849f6fcd2
Releasing fastforward version 1.0.0-1~exp1~ffwd13+u1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-06-15 19:01:09 +02:00
debian Releasing fastforward version 1.0.0-1~exp1~ffwd13+u1. 2026-06-15 19:01:09 +02:00
examples Adding upstream version 1.0.0. 2026-06-15 19:00:56 +02:00
include Adding upstream version 1.0.0. 2026-06-15 19:00:56 +02:00
src Adding upstream version 1.0.0. 2026-06-15 19:00:56 +02:00
.gitignore Adding upstream version 1.0.0. 2026-06-15 19:00:56 +02:00
COPYING Adding upstream version 1.0.0. 2026-06-15 19:00:56 +02:00
FUNDING.yml Adding upstream version 1.0.0. 2026-06-15 19:00:56 +02:00
meson.build Adding upstream version 1.0.0. 2026-06-15 19:00:56 +02:00
meson_options.txt Adding upstream version 1.0.0. 2026-06-15 19:00:56 +02:00
README.md Adding upstream version 1.0.0. 2026-06-15 19:00:56 +02:00

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