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
·

2 Repos

Awesome GitHub RepositoriesCoroutine Execution Control

Mechanisms for pausing or yielding script execution until specific time or frame conditions are met.

Distinct from Live Script Execution: Specific to yielding coroutines based on emulation frames or durations, not just triggering actions

Explore 2 awesome GitHub repositories matching development tools & productivity · Coroutine Execution Control. Refine with filters or upvote what's useful.

Awesome Coroutine Execution Control GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • mamedev/mameAvatar von mamedev

    mamedev/mame

    9,929Auf GitHub ansehen↗

    MAME is a vintage hardware emulation platform designed to recreate the circuitry of arcade games, computers, and consoles to run original software on modern devices. It functions as a retro gaming preservation framework for managing, verifying, and archiving ROM sets and disk images to ensure long-term software accessibility. The project features a system debugging tool for inspecting emulated memory, CPU registers, and execution flow via breakpoints and disassembly. It also includes a Lua-based automation layer that exposes core system state and hardware controls for custom behavior and anal

    Allows scripts to yield coroutines until a specific duration passes or an emulation frame completes.

    C++
    Auf GitHub ansehen↗9,929
  • gevent/geventAvatar von gevent

    gevent/gevent

    6,440Auf GitHub ansehen↗

    Gevent is a Python coroutine concurrency library and asynchronous task manager designed for high-concurrency I/O tasks. It provides a cooperative networking framework for building asynchronous TCP, UDP, and HTTP servers, as well as a WSGI web server implementation for hosting web applications. The project is distinguished by its standard library monkey-patching tool, which replaces blocking synchronous functions with cooperative versions to enable asynchronous behavior in third-party code. This allows for a cooperative multitasking workflow where the system yields execution during I/O waits t

    Pauses the current coroutine for a specified duration or yields control to other tasks to prevent blocking.

    Pythonasynciocoroutinesgreenlet
    Auf GitHub ansehen↗6,440
  1. Home
  2. Development Tools & Productivity
  3. Platform Script Execution
  4. Dynamic Script Execution Environments
  5. Inline Script Execution
  6. Live Script Execution
  7. Coroutine Execution Control

Unter-Tags erkunden

  • Cooperative YieldingManually pausing a coroutine to yield control back to the event loop scheduler. **Distinct from Coroutine Execution Control:** Distinct from script execution control by focusing on the core mechanism of yielding in cooperative multitasking.