Hello all,
I rarely used async timers, but now I do need them.
They run in a separate thread, right ?
Meaning in some cases I need to use mutexes or critical sections ?
I don't remember seeing functionnality for those in CVI. I normally use the pthread library on Linux, so I don't know what you guys recommand in CVI.
Thanks.