synapse/changelog.d/7281.misc
Erik Johnston 8123b2f909
Add MultiWriterIdGenerator. (#7281)
This will be used to coordinate stream IDs across multiple writers.

Functions as the equivalent of both `StreamIdGenerator` and
`SlavedIdTracker`.
2020-05-04 17:17:45 +01:00

2 lines
78 B
Plaintext

Add MultiWriterIdGenerator to support multiple concurrent writers of streams.