Add a read handler to the file handle fd. func is called each time there is data pending for fd. A single read handler per file handle is supported. Use func = null to remove the handler.
fd
func
func = null
Generated using TypeDoc
Add a read handler to the file handle
fd
.func
is called each time there is data pending forfd
. A single read handler per file handle is supported. Usefunc = null
to remove the handler.