musing on a sane locking strategy for ProductGraph...
# development
r
musing on a sane locking strategy for ProductGraph updates - how would folks feel about turning
Scheduler.product_graph
into a context manager that does a
with self._lock: yield self._product_graph
?