Files
langgraph/libs
Nuno CamposandGitHub 3ec55b008d Fix timing issue where a sync task would finish before the other one was registered in futures dict (#3110)
- this was not possible in async where all done callbacks are called in
next tick
- in sync case this would manifest as the first task done callback
seeing counter == 1 and thus setting event
- the fix is to unset the event whenever a task is scheduled
2025-01-21 10:16:09 -08:00
..
2025-01-15 11:14:03 -08:00
x
2025-01-16 16:26:54 -05:00
2025-01-09 16:58:19 -08:00