diff options
author | Erik Johnston <erik@matrix.org> | 2015-08-06 13:33:34 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-08-06 13:33:34 +0100 |
commit | 7eea3e356ff58168f3525879a8eb684f0681ee68 (patch) | |
tree | 1b358647cced4da2e17e631715bbc85c5f39e735 /synapse/util/async.py | |
parent | Add support for using keyword arguments with cached functions (diff) | |
download | synapse-7eea3e356ff58168f3525879a8eb684f0681ee68.tar.xz |
Make @cached cache deferreds rather than the deferreds' values
Diffstat (limited to 'synapse/util/async.py')
-rw-r--r-- | synapse/util/async.py | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/synapse/util/async.py b/synapse/util/async.py |