awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • google/python-firegoogle 的头像

    google/python-fire

    28,208在 GitHub 上查看↗

    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
    在 GitHub 上查看↗28,208
  • bogdanp/dramatiqBogdanp 的头像

    Bogdanp/dramatiq

    5,136在 GitHub 上查看↗

    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
    在 GitHub 上查看↗5,136
  1. Home
  2. Programming Languages & Runtimes
  3. Coroutine Orchestrators
  4. Asynchronous Function Execution