Announcing libasync, a cross-platform D event loop

Dmitry Olshansky via Digitalmars-d digitalmars-d at puremagic.com
Sat Sep 27 04:03:49 PDT 2014


24-Sep-2014 17:13, Etienne пишет:
> 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.
>

Awesome! Bookmarked for future ;)

-- 
Dmitry Olshansky


More information about the Digitalmars-d mailing list