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
·

4 dépôts

Awesome GitHub RepositoriesBackground Processing

Tools for managing asynchronous tasks and background job queues.

Explore 4 awesome GitHub repositories matching part of an awesome list · Background Processing. Refine with filters or upvote what's useful.

Awesome Background Processing 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.
  • sinelaw/freshAvatar de sinelaw

    sinelaw/fresh

    5,914Voir sur GitHub↗

    Zed is a terminal-based code editor built in Rust that provides a full-featured editing experience with familiar keybindings, mouse support, and multiple cursors. It runs entirely in the terminal while offering capabilities typically found in graphical editors, including split panes, a command palette, and integrated language server protocol support for real-time diagnostics, completions, go-to-definition, and code actions across multiple languages. The editor distinguishes itself through a plugin system that runs sandboxed TypeScript plugins in a QuickJS runtime, with an asynchronous bridge

    Starts long-running commands from within the editor and returns process IDs for management.

    Rustideterminal-basedtext-editor
    Voir sur GitHub↗5,914
  • evernote/android-jobAvatar de Evernote

    Evernote/android-job

    5,353Voir sur GitHub↗

    Il s'agit d'une bibliothèque de tâches en arrière-plan pour Android conçue pour planifier et exécuter des jobs basés sur des contraintes d'état spécifiques de l'appareil. Elle fonctionne comme un planificateur de jobs qui gère le timing et le cycle de vie des opérations en arrière-plan à travers différentes versions du système d'exploitation Android. La bibliothèque déclenche le travail en arrière-plan basé sur des contraintes de ressources, comme la connectivité réseau, l'état de charge ou l'inactivité de l'utilisateur. Elle utilise une couche d'abstraction pour assurer une exécution cohérente à travers diverses versions de l'OS et utilise des identifiants uniques pour suivre, mettre à jour ou annuler des opérations en attente. Le framework couvre le cycle de vie complet de la gestion des tâches en arrière-plan, incluant les démarrages différés, les intervalles périodiques et les tentatives ou annulations basées sur l'état.

    Handles background job execution.

    Javaandroidandroid-applicationandroid-job
    Voir sur GitHub↗5,353
  • yigit/android-priority-jobqueueAvatar de yigit

    yigit/android-priority-jobqueue

    3,385Voir sur GitHub↗

    A job queue for scheduling background tasks.

    Java
    Voir sur GitHub↗3,385
  • mikasjp/busybeeAvatar de mikasjp

    mikasjp/BusyBee

    128Voir sur GitHub↗

    Lightweight library for in-memory background processing in .NET applications.

    Fast, in-memory background job processing with queue support.

    C#
    Voir sur GitHub↗128
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Background Processing

Explorer les sous-tags

  • Editor Background ProcessesSpawning and managing long-running processes from within an editor with process ID tracking. **Distinct from Background Processing:** Distinct from Background Processing: focuses on spawning processes from an editor context with cancellation and status checks, not general job queues.