0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-10 11:51:57 +02:00
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

1 line
78 B
Text

Add MultiWriterIdGenerator to support multiple concurrent writers of streams.