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

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

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

1 个仓库

Awesome GitHub RepositoriesProcess Execution Sequencing

Mechanisms for controlling the order of process execution through blocking or synchronization.

Distinct from Call Blocking: Existing candidates focus on telephony call blocking or language-level code blocks, not system process ordering.

Explore 1 awesome GitHub repository matching software engineering & architecture · Process Execution Sequencing. Refine with filters or upvote what's useful.

Awesome Process Execution Sequencing GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • vishnubob/wait-for-itvishnubob 的头像

    vishnubob/wait-for-it

    9,777在 GitHub 上查看↗

    wait-for-it is a Bash-based service dependency tool and network utility designed to verify TCP port availability. It functions as a connection wait script that pauses execution until a specific host and port are reachable. The utility polls a remote port to ensure a service is online before starting dependent processes. Once the network condition is met or a TCP socket handshake is successful, it can trigger a secondary command to initiate subsequent automation tasks. The script includes mechanisms for linear execution blocking and timeout-driven termination to prevent infinite hangs. These

    Pauses the calling process sequence to ensure strict service startup ordering.

    Python
    在 GitHub 上查看↗9,777
  1. Home
  2. Software Engineering & Architecture
  3. Process Execution Sequencing