Commit Graph

1 Commits (03920bdd4e9390d74762ecd923ddf0d6c75d222e)

Author SHA1 Message Date
Patrick Cloke 1f55c04cbc
Improve type hints for cached decorator. (#15658)
The cached decorators always return a Deferred, which was not
properly propagated. It was close enough when wrapping coroutines,
but failed if a bare function was wrapped.
2023-05-24 12:59:31 +00:00