Skip to content

Commit

Permalink
Update docs/source/format/CDeviceDataInterface.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Sutou Kouhei <[email protected]>
  • Loading branch information
zeroshade and kou authored Oct 25, 2024
1 parent e65ef06 commit 92dcb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/format/CDeviceDataInterface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ both directions. As a result, error handling can be slightly more complex. Thus
designates the following rules:

* If the producer encounters an error during processing, it should call the ``on_error``
callback, and then call ``release`` after it returns.
callback, and then call ``release`` after it returns.

* If ``on_schema`` or ``on_next_task`` returns a non-zero integer value, the producer *should not*
call the ``on_error`` callback, but instead should eventually call ``release`` at some point
Expand Down

0 comments on commit 92dcb78

Please sign in to comment.