vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

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);
Authors
Copyright
License