D
dzemo
I want to have two thread at the same time to execute. Both of threads have
to execute some code in specific intervals for example first thread have to
read from COM port every 5 seconds and other thread have to update database
every 10 seconds (code for reading from COM and update database I have).
Haw to make threads to execute in intervals?
thx
to execute some code in specific intervals for example first thread have to
read from COM port every 5 seconds and other thread have to update database
every 10 seconds (code for reading from COM and update database I have).
Haw to make threads to execute in intervals?
thx