Asynchronous Programming and Eventhandling in D

chmike via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Jul 5 02:46:57 PDT 2016


Hello, It looks interesting.

This is now my current list of asynchronous libraries written in 
D (not a C lib wrapper).

     Collie : https://github.com/putao-dev/collie
     libasync : https://github.com/etcimon/libasync
     eventcore : https://github.com/vibe-d/eventcore
     asynchronous: https://github.com/dcarp/asynchronous

A benchmarking test suite is still missing. We need a reference 
to compare performance of the libraries.


More information about the Digitalmars-d-learn mailing list