ianmcook commented on code in PR #43632: URL: https://github.com/apache/arrow/pull/43632#discussion_r1813806954
########## docs/source/format/CDeviceDataInterface.rst: ########## @@ -650,6 +652,340 @@ The stream source is not assumed to be thread-safe. Consumers wanting to call ``get_next`` from several threads should ensure those calls are serialized. +Async Device Stream Interface +============================= + +The :ref:`C stream interface <_c-device-stream-interface>` provides a synchronous Review Comment: The underscore is used in the anchor but not in the ref ```suggestion The :ref:`C stream interface <c-device-stream-interface>` provides a synchronous ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
