anonymousland-synapse/synapse/crypto
Richard van der Hoff 2a13af23bc Use run_in_background in preference to preserve_fn
While I was going through uses of preserve_fn for other PRs, I converted places
which only use the wrapped function once to use run_in_background, to avoid
creating the function object.
2018-04-27 12:55:51 +01:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
context_factory.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
event_signing.py Fix 500 when joining matrix-dev 2017-11-29 16:00:46 +00:00
keyclient.py Fix logcontxt leak in keyclient (#2465) 2017-09-25 09:51:39 +01:00
keyring.py Use run_in_background in preference to preserve_fn 2018-04-27 12:55:51 +01:00