limit rate a procedure is called
Posted to
tcl
by kbk at Sun Apr 01 01:15:00 GMT 2012
view raw
proc
something {} {
variable
tooSoon
if
{[
info
exists tooSoon]} {
return
}
set
tooSoon [
after
5000 cleanup]
# ... do something ...
}
proc
cleanup {} {
variable
tooSoon
unset
tooSoon
}
Recent Posts
tcl by arjen
4 days ago
tcl by cgm
13 days ago
tcl by cgm
13 days ago
tcl by alan
21 days ago
tcl by mookie
43 days ago
tcl by mookie
43 days ago
tcl by mookie
43 days ago
tcl by schelte
45 days ago
tcl by oldlaptop
57 days ago
tcl by oldlaptop
61 days ago
Submit
New paste
Documentation
From Jabber