awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesSynchronous Wrapper Execution

Utilities that execute code in a separate thread but block until completion to capture panics and failures.

Distinct from Code Execution Engines: Distinct from Code Execution Engines by focusing on the synchronization and error capturing of a function call rather than managing a full execution lifecycle.

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

Awesome Synchronous Wrapper Execution GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • onsi/ginkgoAvatar de onsi

    onsi/ginkgo

    9,014Voir sur GitHub↗

    Ginkgo is a behavior-driven development testing framework, assertion library, and test runner for Go. It provides a domain-specific language for writing human-readable specifications, organizing tests into hierarchical containers and subjects to describe system behavior. The project distinguishes itself through advanced execution control and observability, featuring a test runner capable of parallel distribution, sharding, and randomized execution order to detect flaky tests. It includes specialized diagnostic tools for goroutine leak detection, hanging spec monitoring, and failure state debu

    Executes functions in separate goroutines while blocking for completion to ensure panics are correctly reported.

    Go
    Voir sur GitHub↗9,014
  1. Home
  2. Software Engineering & Architecture
  3. Code Execution Engines
  4. Synchronous Wrapper Execution