Skip to content

Conversation

@sunlei1024
Copy link
Collaborator

Summary:
This PR introduces support for asynchronous processors, enabling the system to handle async tasks more efficiently and integrate seamlessly with async workflows.

Changes include:

  • Refactor processor logic to support async execution
  • Update relevant functions to be awaitable
  • Ensure backward compatibility with synchronous processors

Benefits:

  • Allows users to run processors asynchronously
  • Improves concurrency and performance for async tasks
  • Lays groundwork for future async features

Testing:

  • Existing synchronous processor tests remain passing

@paddle-bot
Copy link

paddle-bot bot commented Sep 3, 2025

Thanks for your contribution!

@paddle-bot paddle-bot bot added the contributor External developers label Sep 3, 2025
@Jiang-Jia-Jun Jiang-Jia-Jun merged commit 8c0e7d6 into PaddlePaddle:release/2.2 Sep 4, 2025
14 of 16 checks passed
@sunlei1024 sunlei1024 deleted the feat/2.2/async_add_requests branch December 3, 2025 05:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contributor External developers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants