Added a paragraph to explain that SchedParams(0, 0) is usually what

you want.
This commit is contained in:
Jack Jansen 2002-10-19 21:36:56 +00:00
parent e7c38d48ff
commit d22eb59535

View file

@ -60,6 +60,9 @@ value of this function is a tuple with the old values of these options.
Initial defaults are that all processing is enabled, checking is done every Initial defaults are that all processing is enabled, checking is done every
quarter second and the processor is given up for a quarter second when in the quarter second and the processor is given up for a quarter second when in the
background. background.
The most common use case is to call \code{SchedParams(0, 0)} to completely disable
event handling in the interpreter mainloop.
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{HandleEvent}{ev} \begin{funcdesc}{HandleEvent}{ev}