1
0
mirror of https://github.com/Zygo/bees.git synced 2025-05-17 21:35:45 +02:00
Zygo Blaxell 46a38fe016 task: rescue post-exec queue on Task destruction
task1.append(task2) is supposed to run task2 after task1 is executed;
however, if task1 was just executed, and its last reference was owned by
a TaskConsumer, then task2 will be appended to a Task that will never
run again.

A similar problem arises in Exclusion, which can cause blocked tasks
to occasionally be dropped without executing them.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
2022-12-20 20:50:57 -05:00
..
2017-01-18 22:17:02 -05:00
2022-10-10 17:40:33 -04:00
2019-06-12 22:48:06 -04:00
2016-12-13 12:52:26 +11:00
2022-12-20 20:50:54 -05:00
2021-06-11 20:49:15 -04:00