4 dépôts
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.
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.
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.
A job queue for scheduling background tasks.
Lightweight library for in-memory background processing in .NET applications.
Fast, in-memory background job processing with queue support.