synapse/changelog.d/8161.misc
Erik Johnston 2231dffee6
Make StreamIdGen get_next and get_next_mult async (#8161)
This is mainly so that `StreamIdGenerator` and `MultiWriterIdGenerator`
will have the same interface, allowing them to be used interchangeably.
2020-08-25 15:10:08 +01:00

2 lines
86 B
Plaintext

Refactor `StreamIdGenerator` and `MultiWriterIdGenerator` to have the same interface.