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: Felipe Oliveira Carvalho <felipekde@gmail.com>
  • Loading branch information
zeroshade and felipecrv committed Sep 19, 2024
1 parent 2c6f6a1 commit 6861ee1
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 @@ -741,7 +741,7 @@ The structure has the following fields:

Unless the ``on_error`` handler is called, this will always get called exactly once and will be
the first method called on this object. As such the producer *MUST* provide an ``ArrowAsyncProducer``
object when calling this function to allow the consumer to manage back-pressure and flow control.
object when calling this function to allow the consumer to apply back-pressure and control the flow of data.
The producer maintains ownership of the ``ArrowAsyncProducer`` and must clean it up *after*
calling the release callback on this object.

Expand Down

0 comments on commit 6861ee1

Please sign in to comment.