MySQLSocket

A minimal socket interface similar to Vibe.d's TCPConnection. Used to wrap both Phobos and Vibe.d sockets with a common interface.

Members

Functions

acquire
void acquire()
Undocumented in source.
amOwner
bool amOwner()
Undocumented in source.
close
void close()
Undocumented in source.
isOwner
bool isOwner()
Undocumented in source.
read
void read(ubyte[] dst)
Undocumented in source.
release
void release()
Undocumented in source.
write
void write(ubyte[] bytes)
Undocumented in source.

Properties

connected
bool connected [@property getter]
Undocumented in source.

Meta