Skip to content

[Format] Clarify thread safety of C stream interface #20124

@asfimport

Description

@asfimport

The C stream interface has the method get_next that mutates the producer side.

We do not mention whether there is some kind of thread safety associated to such interface. For example, can the interface be shared between two threads and both call get_next at the same time?

Reporter: Jorge Leitão / @jorgecarleitao
Assignee: Antoine Pitrou / @pitrou

PRs and other links:

Note: This issue was originally created as ARROW-15741. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions