lnls-sirius / machine-applications

Soft IOCs for Sirius Control System
GNU General Public License v3.0
2 stars 0 forks source link

Update IOCs to use new QueueThreads instead of DequeThread class #288

Closed anacso17 closed 1 year ago

anacso17 commented 1 year ago

Companion of https://github.com/lnls-sirius/dev-packages/pull/973

fernandohds564 commented 1 year ago

@anacso17 , I think we should also consider using LoopQueueThread here instead of Queue threads, what do you think?