labrad / pylabrad

python interface for labrad
51 stars 31 forks source link

Support spawning async connections. #302

Closed maffoo closed 7 years ago

maffoo commented 7 years ago

By pushing the spawn logic down into the async protocol instance, it becomes possible to spawn async clients and sync clients wrapped around async connections without using labrad.connect, as in ThreadedServer.

Fixes #301