std.socket.Socket.Accept - nitrologic/monkey2 GitHub Wiki
std::std.socket.std.socket.Socket.Accept
std:std.socket.Socket( )
Method Accept:Accepts a new incoming connection on a listening socket.
Returns null if there was an error, otherwise blocks until an incoming connection has been made.