forked-synapse/changelog.d/15772.doc
Eric Eastwood 8ddb2de553
Document looping_call() functionality that will wait for the given function to finish before scheduling another (#15772)
Thanks to @erikjohnston for clarifying, https://github.com/matrix-org/synapse/pull/15743#discussion_r1226544457

We don't have to worry about calls stacking up if the given function takes longer than the scheduled time.
2023-06-13 16:34:54 -05:00

2 lines
115 B
Plaintext

Document `looping_call()` functionality that will wait for the given function to finish before scheduling another.