awesome-repositories.com
Blog
MCP
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
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesManual Loop Execution

Capabilities for incrementally driving the event loop to interleave background tasks with UI updates.

Distinct from Event Loop Initializers: Focuses on manual execution control rather than just the initialization of the event loop

Explore 1 awesome GitHub repository matching operating systems & systems programming · Manual Loop Execution. Refine with filters or upvote what's useful.

Awesome Manual Loop 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.
  • andlabs/libuiAvatar de andlabs

    andlabs/libui

    10,882Voir sur GitHub↗

    libui is a native C GUI library and cross-platform framework used to build desktop applications. It provides a unified C abstraction layer and a native widget toolkit that maps directly to the host operating system's original controls, windows, and menu bars. The project functions as a portable UI wrapper, employing platform-specific backends and a native-API wrapper to maintain visual and behavioral fidelity across different operating systems. It utilizes a C-language binding layer to ensure portability across various compilers and targets. The library covers native interface construction a

    Provides manual control over the main event loop to synchronize background processing with interface updates.

    C
    Voir sur GitHub↗10,882
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel and Core Internals
  4. Event Loops
  5. Event Loop Initializers
  6. Manual Loop Execution