Function EventDriverSockets.userData
Retrieves a reference to a user-defined value associated with a descriptor.
final ref T userData(T, FD)
(
FD descriptor
) @nogc @property @trusted
if (hasNoGCLifetime!T);
final ref T userData(T, FD)
(
FD descriptor
) @property @trusted
if (!hasNoGCLifetime!T);