import threading
- from cached_property import cached_property
+ from cached_property import threaded_cached_property
class Monopoly(object):
self.boardwalk_price += 50
return self.boardwalk_price
+Now use it:
+
.. code-block:: python
>>> from threading import Thread
* My awesome wife `@audreyr`_ who created `cookiecutter`_, which meant rolling this out took me just 15 minutes.
.. _`@audreyr`: https://github.com/audreyr
-.. _`cookiecutter`: https://github.com/audreyr/cookiecutter
\ No newline at end of file
+.. _`cookiecutter`: https://github.com/audreyr/cookiecutter