On 31/03/11 21.19, Torarin wrote:
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
Very interesting! Do you have a github repos we can see? /Jonas
