aio-libs / async-timeout

asyncio-compatible timeout class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It would be nice if timeout could be used as decorator

podusowski opened this issue · comments

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

Can we merge this pull request ?