Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Resolve "Status objects threads"

guijar_m requested to merge 53-status-objects-threads into master

Description

This MR introduces a new module to patch ophyd, in order to suppress "status objects" threads if timeout=None. If settle time is given, the callback will be executed in another thread. If timeout is given, the code corresponds to the normal Ophyd behaviour.

The commit here is temporary, until Ophyd makes a new version (that would integrate the upstream change: https://github.com/bluesky/ophyd/pull/1182)

The patching is activated in __init__.py, so as soon as ophyd_devices is imported.

Closes #53 (closed)

Edited by guijar_m

Merge request reports