0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-08 02:45:45 +02:00
synapse/changelog.d/6666.misc
Erik Johnston 48c3a96886
Port synapse.replication.tcp to async/await (#6666)
* Port synapse.replication.tcp to async/await

* Newsfile

* Correctly document type of on_<FOO> functions as async

* Don't be overenthusiastic with the asyncing....
2020-01-16 09:16:12 +00:00

1 line
47 B
Text

Port `synapse.replication.tcp` to async/await.