Why does the dispatcher not execute the delay or flip flop

ok so basically the dispatcher only executes the print strings if theyre alone
if i add a flip flop it only executes A
and if i add a delay it does nothing at all

The first thing that jumps out is that you’re binding the dispatcher every frame. You only need to do it once. Besides that, how often do you call that dispatcher?