[PR #4055] In Python 3.12 or above, use asyncio eager task factory #3618

Closed
opened 2026-02-20 17:48:53 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langchain-ai/langgraph/pull/4055

State: closed
Merged: Yes


  • This is a performance improvement when calling async functions that do not use await, as they are run immediately and never scheduled in the loop
**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/4055 **State:** closed **Merged:** Yes --- - This is a performance improvement when calling async functions that do not use await, as they are run immediately and never scheduled in the loop
yindo added the pull-request label 2026-02-20 17:48:53 -05:00
yindo closed this issue 2026-02-20 17:48:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#3618