Skip to content

[Feature Request] Allow PayloadVisitor to run visitation in parallel #1343

@jmaeagle99

Description

@jmaeagle99

Is your feature request related to a problem? Please describe.

The PayloadVisitor could be optimized for I/O bound tasks by allowing sibling coroutines to be concurrent.

Describe the solution you'd like

Add option to PayloadVisitor that allows more than one concurrent visitation to occur at a time. Then default value should be 1 to maintain backward compatible behavior of prevent concurrency by default.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions