Socket.send

Andrea Fontana advmail at katamail.com
Mon Sep 26 17:40:49 PDT 2011


I'll try to explain it better.

if i write:

socket.send(...);
socket.close();
socket = null;

and send is async, i guess sending will not work properly in this way.

How do i know if send() is still sending or not?


More information about the Digitalmars-d mailing list