eventcore/source/eventcore
Sönke Ludwig e28450f9f5 Implement a CFRunLoop based event loop.
This enables efficient integration of the kqueue based I/O processing with Apple OS based UI apps.

On top of that, an FSEvent based directory watcher can now be implemented to replace the inefficient generic watcher that is used on macOS right now.
2020-05-22 16:02:45 +02:00
..
drivers Implement a CFRunLoop based event loop. 2020-05-22 16:02:45 +02:00
internal Implement a CFRunLoop based event loop. 2020-05-22 16:02:45 +02:00
core.d Implement a CFRunLoop based event loop. 2020-05-22 16:02:45 +02:00
driver.d Make file and pipe closing asynchronous. 2020-05-12 09:47:06 +02:00
meson.build Add support for building with meson 2020-03-26 07:58:02 +01:00
socket.d Add tests for TCP shutdown procedure and connection state handling. 2020-03-17 14:26:48 +01:00