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.connectStream

Connects to a stream listening socket.

abstract StreamSocketFD connectStream (
  scope std.socket.Address peer_address,
  scope std.socket.Address bind_address,
  nothrow @safe void delegate(StreamSocketFD, ConnectStatus) on_connect
) nothrow @safe;
Authors
Copyright
License