awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjektÜber unsHow we rankPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesAsynchronous Function Execution

Automatically handles the execution of coroutines and event loop management for command line tools.

Distinct from Coroutine Orchestrators: Focuses on the execution of async functions via a CLI, rather than general language-level coroutine orchestration.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Asynchronous Function Execution. Refine with filters or upvote what's useful.

Awesome Asynchronous Function Execution GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • google/python-fireAvatar von google

    google/python-fire

    28,208Auf GitHub ansehen↗

    Python Fire is a library that automatically generates command line interfaces from any Python object, function, or class. It removes the need for manual argument parsing by mapping Python dictionaries, lists, and classes directly to terminal commands. The tool converts Python docstrings into formatted terminal help screens and produces shell scripts to enable tab-completion for available commands. It can wrap existing libraries or external modules to expose their functionality via the terminal without requiring modifications to the original source code. The library supports hierarchical comm

    Detects asynchronous functions at runtime and manages the event loop to block until the operation finishes.

    Pythonclipython
    Auf GitHub ansehen↗28,208
  • bogdanp/dramatiqAvatar von Bogdanp

    Bogdanp/dramatiq

    5,136Auf GitHub ansehen↗

    Dramatiq is a distributed task queue and workload manager used to offload function execution to background workers. It functions as an asynchronous task orchestrator that enables the distribution of computational tasks across a cluster using a pluggable transport layer supporting RabbitMQ and Redis. The framework provides specialized tools for complex task orchestration, including the ability to link background jobs into sequences, pipelines, and barriers. It further manages distributed concurrency through the use of shared mutexes, rate limiters, and exponential backoff retries to prevent re

    Enables the execution of asynchronous functions within an event loop to maintain compatibility across thread types.

    Pythondistributed-lockpythonrabbit
    Auf GitHub ansehen↗5,136
  1. Home
  2. Programming Languages & Runtimes
  3. Coroutine Orchestrators
  4. Asynchronous Function Execution