Support cached coroutines (async/await)
authorVolker Braun <vbraun.name@gmail.com>
Sun, 25 Feb 2018 14:30:58 +0000 (15:30 +0100)
committerVolker Braun <vbraun.name@gmail.com>
Sun, 25 Feb 2018 16:13:16 +0000 (17:13 +0100)
commit7a51424db69a48c1be4e62bbfcd4ec4af8c5dec8
treea34b5d40bde47cbe81bfe50c590a804e22c71eb5
parent165e712fdae0800b4f483b835beec8ed74c50b92
Support cached coroutines (async/await)
.gitignore
README.rst
cached_property.py
conftest.py [new file with mode: 0644]
tests/test_async_cached_property.py [new file with mode: 0644]
tests/test_coroutine_cached_property.py [new file with mode: 0644]
tox.ini