mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
20a2225259
Changes: https://github.com/any1/wayvnc/compare/v0.1.2...1bc095b Changes: https://github.com/any1/neatvnc/compare/v0.1.0...33eda8c
22 lines
337 B
Plaintext
22 lines
337 B
Plaintext
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
|
|
|
|
WWW: https://github.com/any1/aml
|