int-brain-lab / iblrig

Main repository for IBL rig code
MIT License
21 stars 20 forks source link

[UDPs] Use workers to run asyc tasks #696

Open k1o0 opened 3 days ago

k1o0 commented 3 days ago

In CameraSessionNetworked.run a while loop serially checks for one of a number of signals, including user keyboard input and network UDPs. This could be made truly asynchronous by using a Queue worker. Example here.