async-timeout icon indicating copy to clipboard operation
async-timeout copied to clipboard

It would be nice if timeout could be used as decorator

Open podusowski opened this issue 5 years ago • 1 comments

@timeout(1.0)
async def foo():
  pass

podusowski avatar May 15 '20 08:05 podusowski

Can we merge this pull request ?

Raphencoder avatar Aug 28 '23 13:08 Raphencoder