table of contents
other languages
conflicting packages
fileevent(3tcl) | Tcl Built-In Commands | fileevent(3tcl) |
NAME¶
fileevent - 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¶
chan(3tcl)
7.5 | Tcl |