Files
deb-python-taskflow/taskflow/utils/misc.py
Joshua Harlow b033fa6722 Allow cachedproperty to avoid locking
Under some cirumstances it is ok to recompute
a value when raced to by multiple threads, for these
cases allow the cachedproperty to avoid needing and
using a lock.

Change-Id: Icb71cb5ea280185cfb120671be900435dabcd50b
2016-02-08 23:16:58 -08:00

19 KiB