fileevent - Man Page
Execute a script when a channel becomes readable or writable
Synopsis
fileevent channel readable ?script?
fileevent channel writable ?script?
Description
The fileevent command has been superceded by the chan event command which supports the same syntax and options.
See Also
Referenced By
callback(n), chan(n), smtpd(n), Tcl_CreateFileHandler(3).
7.5 Tcl Built-In Commands