util_background_exec (public)

 util_background_exec [ -pass_vars pass_vars ] -name name code_chunk

Defined in packages/acs-tcl/tcl/utilities-procs.tcl

Executes a chunk of code in the background. The code is run exclusively, meaning that no two threads with the same name can run at the same time.

Switches:
-pass_vars
(optional)
Names of variables which you want passed to the code chunk
-name
(required)
The name of the thread. No two chunks with the same name can run at the same time.
Parameters:
code_chunk - The chunk you want executed

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
[ show source ]
Show another procedure: