tango ~master (2021-12-14T19:14:08.8989381)
Dub
Repo
LocalServerSocket
tango
net
device
LocalSocket
version(Posix)
class
LocalServerSocket :
LocalSocket
{
this
(const(char)[] path, int backlog, bool reuse);
immutable
(
char
)[]
toString
();
Socket
accept
(Socket recipient);
}
Constructors
this
this
(const(char)[] path, int backlog, bool reuse)
Members
Functions
accept
Socket
accept
(Socket recipient)
toString
immutable
(
char
)[]
toString
()
Return the name of this device
Inherited Members
From LocalSocket
toString
immutable
(
char
)[]
toString
()
Return the name of this device
Meta
Source
See Implementation
tango
net
device
LocalSocket
classes
LocalAddress
LocalServerSocket
LocalSocket
functions
main