On Tuesday, 10 May 2016 at 09:58:38 UTC, ZombineDev wrote:
On Monday, 9 May 2016 at 09:14:31 UTC, chmike wrote:
[...]
Have you looked at http://vibed.org? It is the most successful
D library for async IO and it has several backends (some C and
some D). It also provides a high-level web framework
functionality on top, but it is optional and you can freely use
only the low-level stuff.
See also:
http://code.dlang.org/search?q=event
http://code.dlang.org/search?q=async
Also, AFAIR, the author intends to merge some of the low-level
functionality to Phobos.