pitrou opened a new pull request #10125: URL: https://github.com/apache/arrow/pull/10125
The C push producer interface is meant to allow a push-based data transfer model between producers and consumers. It should allow multi-threaded data push, since non-trivial data production methods can often benefit from parallel execution. It should allow for backpressure, where the consumer can tell the producer to pause or resume production as desired. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
