Link to ticket.

This commit is contained in:
Itamar Turner-Trauring 2022-04-06 11:27:42 -04:00
parent eda5925548
commit ab1297cdd6

View File

@ -74,6 +74,8 @@ ox5zO3LrQmQw11OaIAs2/kviKAoKTFFxeyYcpS5RuKNDZfHQCXlLwt9bySxG
def async_to_deferred(f):
"""
Wrap an async function to return a Deferred instead.
Maybe solution to https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3886
"""
@wraps(f)