mxcube / mxcubecore

Backend used by MXCuBE
http://mxcube.github.io/mxcube/
GNU Lesser General Public License v3.0
11 stars 52 forks source link

make sure poller callback is called #778

Closed elmjag closed 1 year ago

elmjag commented 1 year ago

Trigger poller's async watcher, so that new values que is processed. The watcher will invoke poller callback with new value(s).

marcus-oscarsson commented 1 year ago

Thanks !