Skip to content

Commit

Permalink
Remove obsolete instruction about unlock() before doCallbacksGenericP…
Browse files Browse the repository at this point in the history
…ointer
  • Loading branch information
MarkRivers committed Aug 1, 2024
1 parent 1a91359 commit 621d7d8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/ADCore/guidelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,4 @@ The following are guidelines and rules for writing areaDetector drivers
- Call asynNDArrayDriver::getAttributes to attach any attributes
defined for this driver to the current array.
- Call doCallbacksGenericPointer() so that registered clients can
get the values of the new arrays. Drivers must release their mutex
by calling this->unlock() before they call
doCallbacksGenericPointer(), or a deadlock can occur if the plugin
makes a call to one of the driver functions.
get the values of the new arrays.

0 comments on commit 621d7d8

Please sign in to comment.