[PR #3108] Re-enable support for running sync tasks from async entrypoints #3089

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

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

State: closed
Merged: Yes


  • When using an async entrypoint you can now freely mix and match sync and async tasks with a uniform api (ie all tasks return a sync or async future depending on context)
  • Fix issues with scheduling deeply nested tasks (use threadsafe methods to schedule coroutines and create futures)
**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/3108 **State:** closed **Merged:** Yes --- - When using an async entrypoint you can now freely mix and match sync and async tasks with a uniform api (ie all tasks return a sync or async future depending on context) - Fix issues with scheduling deeply nested tasks (use threadsafe methods to schedule coroutines and create futures)
yindo added the pull-request label 2026-02-20 17:48:03 -05:00
yindo closed this issue 2026-02-20 17:48:03 -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#3089