python3-async-timeout - 3.0.1-1.1 main

The context manager is useful in cases when you want to apply timeout
logic around block of code or in cases when asyncio.wait_for() is
not suitable. Also it's much faster than asyncio.wait_for()
because timeout doesn't create a new task.
.
Example:
.
with timeout(1.5):
yield from inner()

Priority: optional
Section: python
Suites: amber byzantium crimson dawn landing 
Maintainer: Piotr Ożarowski <piotr [꩜] debian.org>
 
Homepage Source Package
 

Dependencies

Installed Size: 31.7 kB
Architectures: all 

 

Versions

3.0.1-1.1 all