On 2014-09-24 15:13, Etienne wrote:
It's finally here: https://github.com/etcimon/libasync

We all know how event loops are the foundation of more popular libraries
Qt and Nodejs.. we now have a natively compiling async library entirely
written in D.

This event library was tested on Win32, Linux x64, Mac OS x64, with DMD
2.066, offers the more low-level async objects: timers, file i/o, dns
resolver, tcp, udp, listeners, signals (cross-thread), notifications
(same thread), and more recently (and with great efforts for
implementing with OS X / BSD) a directory watcher.

Shouldn't the directory watcher use FSEvents on OS X?

--
/Jacob Carlborg

Reply via email to