pcdshub / BEAMS

Beamline Engineering Automation Management Systems
0 stars 0 forks source link

last of infrastructure needed to handle commands prior to tree generation #6

Closed joshc-slac closed 4 months ago

joshc-slac commented 4 months ago

This PR serves to deliver the server object that coordinates handling remote procedure call commands, interpreting the commands to be generated into trees and providing the thread (or in python parlance, the process)

This PR may serve as valuable to look at for convenient mechanisms to keep object aligned between processes. As done with PriorityQueue here. This can be be wrapped in more general abstraction