About Anaconda Help Download Anaconda

Asyncer, async and await, focused on developer experience.

Installers

  • linux-64 v0.0.8
  • linux-aarch64 v0.0.8
  • osx-arm64 v0.0.8
  • win-64 v0.0.8

conda install

To install this package run one of the following:
conda install anaconda::asyncer

Description

Asyncer is a small library built on top of AnyIO. Asyncer has a small number of utility functions that allow working with async, await, and concurrent code in a more convenient way under my (@tiangolo - Sebastián Ramírez) very opinionated and subjective point of view. The main goal of Asyncer is to improve developer experience by providing better support for autocompletion and inline errors in the editor, and more certainty that the code is bug-free by providing better support for type checking tools like mypy. Asyncer also tries to improve convenience and simplicity when working with async code mixed with regular blocking code, allowing to use them together in a simpler way... again, under my very subjective point of view.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.2.2) Legal | Privacy Policy