Asynchronicity in D

Torarin torarind at gmail.com
Thu Mar 31 12:19:55 PDT 2011


I'm currently working on an http and networking library that uses
asynchronous sockets running in fibers and an event loop a la libev.
These async sockets have the same interface as regular Berkeley
sockets, so clients can choose whether to be synchronous, asynchronous
or threaded with template arguments.

For instance, it has HttpClient!AsyncSocket and HttpClient!Socket.

Torarin


More information about the Digitalmars-d mailing list