pitrou commented on code in PR #13035:
URL: https://github.com/apache/arrow/pull/13035#discussion_r862780875
##########
python/pyarrow/includes/libarrow.pxd:
##########
@@ -81,6 +81,11 @@ cdef extern from "arrow/config.h" namespace "arrow" nogil:
CRuntimeInfo GetRuntimeInfo()
+cdef extern from "arrow/util/future.h" namespace "arrow" nogil:
+ cdef cppclass CFuture_Void" arrow::Future<>":
+ CStatus status()
Review Comment:
I suppose at some point we'll want to expose async APIs in Python, so we're
probably bound to interface with `Future` in Cython anyway.
--
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]