awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
fastapi avatar

fastapi/asyncer

0
View on GitHub↗
2,459 stars·87 forks·Python·MIT·9 viewsasyncer.tiangolo.com↗

Asyncer

Asyncer, async and await, focused on developer experience.

Features

  • Asynchronous Programming - Simplifies async and await syntax for better developer experience.

Star history

Star history chart for fastapi/asyncerStar history chart for fastapi/asyncer

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Asyncer

These projects share indexed features with Asyncer. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • aiokitchen/aiomiscaiokitchen avatar

    aiokitchen/aiomisc

    425View on GitHub↗

    aiomisc - miscellaneous utils for asyncio

    Python
    View on GitHub↗425
  • async-rs/async-stdasync-rs avatar

    async-rs/async-std

    4,068View on GitHub↗

    async-std is a Rust asynchronous runtime and non-blocking I/O library. It serves as an asynchronous standard library, providing a set of alternatives to the core Rust library for managing concurrent tasks, networking, and file system access. The project implements a standard-library-mirrored API, offering asynchronous versions of existing synchronous types to maintain a familiar interface. This approach allows for asynchronous Rust development using an interface that reflects the ergonomics of the language's standard library. The runtime includes a task executor for scheduling and executing

    Rustasyncasync-awaitasync-rust
    View on GitHub↗4,068
  • dagrs-dev/dagrsdagrs-dev avatar

    dagrs-dev/dagrs

    478View on GitHub↗

    High-performance, Rust-based asynchronous task programming framework implementing Flow-Based Programming for scalable directed acyclic graph (DAG) task orchestration

    Rustasyncconcurrentdag
    View on GitHub↗478
  • agronholm/anyioagronholm avatar

    agronholm/anyio

    2,481View on GitHub↗

    High level asynchronous concurrency and networking framework that works on top of either Trio or asyncio

    Pythonasync-awaitasynciotrio
    View on GitHub↗2,481
Compare all 21 related projects→

Frequently asked questions

What does fastapi/asyncer do?

Asyncer, async and await, focused on developer experience.

What are the main features of fastapi/asyncer?

The main features of fastapi/asyncer are: Asynchronous Programming.

Which projects share features with fastapi/asyncer?

Projects with overlapping indexed features include: aiokitchen/aiomisc — aiomisc - miscellaneous utils for asyncio. async-rs/async-std — async-std is a Rust asynchronous runtime and non-blocking I/O library. It serves as an asynchronous standard library,… dagrs-dev/dagrs — High-performance, Rust-based asynchronous task programming framework implementing Flow-Based Programming for scalable… dpc/mioco — [no longer maintained] Scalable, coroutine-based, fibers/green-threads for Rust. (aka MIO COroutines). gevent/gevent — Gevent is a Python coroutine concurrency library and asynchronous task manager designed for high-concurrency I/O… agronholm/anyio — High level asynchronous concurrency and networking framework that works on top of either Trio or asyncio.