awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • vishnubob/wait-for-itAvatar vishnubob

    vishnubob/wait-for-it

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