Files
langgraph/libs
Nuno Campos d48b25420b Fix timing issue where a sync task would finish before the other one was registered in futures dict
- 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-20 11:40:54 -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