Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Update delay_cancellation to accept any awaitable #12468

Merged
merged 2 commits into from
Apr 22, 2022

Commits on Apr 13, 2022

  1. Update delay_cancellation to accept any awaitable

    This will mainly be useful when dealing with module callbacks, which are
    all typed as returning `Awaitable`s instead of coroutines or
    `Deferred`s.
    
    Signed-off-by: Sean Quah <seanq@element.io>
    Sean Quah committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    53bc43c View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Address PR feedback

    Sean Quah committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    eeda781 View commit details
    Browse the repository at this point in the history