Observers
- FIXME
push_simple.py
: observables push notifications, execution is immediatepush_buggy.py
: infinite recursionpush_origin.py
: keep track of originator to avoid cycles- use UUID as identifier in exercise
push_queue.py
: use the graph to add work to a queue for executiondelay_queue.py
: split action from notificationdelay_queue_verbose.py
: run with tracinglogging.py
: queue records actions and causes (better than verbose flag)