anonymousland-synapse/synapse/appservice
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 Replace some type checks with six type checks 2018-04-07 01:02:32 +02:00
api.py Refactor ResponseCache usage 2018-04-12 13:02:15 +01:00
scheduler.py Use run_in_background in preference to preserve_fn 2018-04-27 12:55:51 +01:00