LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

prgrammer's toolbox list type thread safe?

Is the List type provided in the Programmer's Toolbox thread safe?
0 Kudos
Message 1 of 2
(2,964 Views)
Menchar, it is thread safe.

If you are using variables that are accessed from more than one thread, you can use thread-safe variables. There is an example program that shows how to do this in the cvi directory. \samples\utility\threading

You do not need to do this if you are only accessing the data with one thread.
0 Kudos
Message 2 of 2
(2,964 Views)