Skip to main content

Timeout context manager for asyncio programs

Project description

async_timeout

asyncio-compatible timeout context manager.

Usage example

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.

The timeout(timeout, *, loop=None) call returns a context manager that cancels a block on timeout expiring:

with timeout(1.5):
    yield from inner()
  1. If inner() is executed faster than in 1.5 seconds nothing happens.

  2. Otherwise inner() is cancelled internally by sending asyncio.CancelledError into but asyncio.TimeoutError is raised outside of context manager scope.

timeout parameter could be None for skipping timeout functionality.

Installation

$ pip install async_timeout

The library is Python 3 only!

Authors and License

The module is written by Andrew Svetlov.

It’s Apache 2 licensed and freely available.

CHANGES

1.1.0 (2016-10-20)

  • Rename to async-timeout

1.0.0 (2016-09-09)

  • The first release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

async-timeout-1.1.0.tar.gz (7.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

async_timeout-1.1.0-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

Details for the file async-timeout-1.1.0.tar.gz.

File metadata

  • Download URL: async-timeout-1.1.0.tar.gz
  • Upload date:
  • Size: 7.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for async-timeout-1.1.0.tar.gz
Algorithm Hash digest
SHA256 b88bd1fe001b800ec23c7bf27a81b32819e2a56668e9fba5646a7f3618143081
MD5 8c3565e165266dd7710a76f50ae44319
BLAKE2b-256 29f6eeac39dfadd3a7610bb33842cf611a1f09fcd2e445ab76e4c951efde0c2b

See more details on using hashes here.

File details

Details for the file async_timeout-1.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for async_timeout-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d848623229614d2a239375f003c65a0ecf3bcfed3a2fdba6ce83b31a8038c2a0
MD5 6fb3595eeb6264eb9aecdf3bc9fd69d7
BLAKE2b-256 58180747349c48d690f7d78fc1824e27a071534828023d005a4dd3308d9448f0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page