Scroll to navigation

fileevent(3tcl) Tcl Built-In Commands fileevent(3tcl)


NAME

fileevent - Execute a script when a channel becomes readable or writable

SYNOPSIS

fileevent channelId readable ?script?

fileevent channelId 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