awesome-repositories.com
Blog
awesome-repositories.com

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

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • vishnubob/wait-for-itAvatar von vishnubob

    vishnubob/wait-for-it

    9,777Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,777
  1. Home
  2. Software Engineering & Architecture
  3. Process Execution Sequencing