Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Sep 17, 2024
1 parent 54207f4 commit c301198
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/langgraph/langgraph/pregel/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ async def atick(
loop = asyncio.get_event_loop()
# give control back to the caller
yield
# add extra task if requested
if extra is not None:
futures: dict[asyncio.Future, Optional[PregelExecutableTask]] = {
extra(): None
Expand Down

0 comments on commit c301198

Please sign in to comment.