summary refs log tree commit diff
path: root/synapse/metrics/resource.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-06-18Don't bother proxying lookups on _NotificationListener to underlying deferredErik Johnston1-10/+2
2015-06-18Refactor the notifier.wait_for_events code to be clearer. Add ↵Erik Johnston3-70/+73
_NotifierUserStream.new_listener that accpets a token to avoid races.