Jump to content

Remote agent/Agent interface: Difference between revisions

m
→‎{{header|Tcl}}: updated yieldto use
m (→‎{{header|Tcl}}: updated yieldto use)
Line 17:
fconfigure $sock -buffering none -translation binary -encoding ascii \
-blocking 0
# Hack to allow things to work in 8.6b1 and 8.6b2
# Temporary hack; due to change
if {![llength [info commands yieldto]]} {
interp alias {} yieldto {} ::tcl::unsupported::yieldTo
}
coroutine ReaderCoroutine my ReadLoop
}
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.