fermi-ad / acsys-python

Python module to access the Fermilab Control System
MIT License
8 stars 4 forks source link

Add callback method as argument to dpm.add_entry #9

Open beauremus opened 3 years ago

beauremus commented 3 years ago

@kjhazelwood: One of the few things I liked about the java DaqJob scheme.

beauremus commented 3 years ago

@kjhazelwood: Perhaps the dpm coudl group like callback method requests and map the callback to a Thread? Could this be a way to avoid having to use asyncio?

kjhazelwood commented 3 years ago

Like #4, it may be nice to have an arguments field as well so that the callmethod could receive these.