TCP Socket Client Example

y via Digitalmars-d digitalmars-d at puremagic.com
Fri Aug 14 10:14:12 PDT 2015


On Friday, 14 August 2015 at 16:02:30 UTC, Kingsley wrote:

> How would I send stuff back to the server without blocking? Is 
> there some kind of IO reactor / event machine library for D 
> that could help me?


https://github.com/rejectedsoftware/vibe.d
can be used with
https://github.com/etcimon/libasync


More information about the Digitalmars-d mailing list