forked-synapse/synapse/storage/util
Mark Haines 54172924c8 Load the current id in the IdGenerator constructor
Rather than loading them lazily. This allows us to remove all
the yield statements and spurious arguments for the get_next
methods.

It also allows us to replace all instances of get_next_txn with
get_next since get_next no longer needs to access the db.
2016-03-01 14:32:56 +00:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
id_generators.py Load the current id in the IdGenerator constructor 2016-03-01 14:32:56 +00:00