ISelectClient.fmtInfo

Produces a string containing information about this instance: Dynamic type, file descriptor and events.

class ISelectClient
void
fmtInfo
(
scope void delegate
(
cstring chunk
)
sink
)

Parameters

sink void delegate
(
cstring chunk
)

Layout.convert()-style sink of string chunks

Meta