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
·

11 Repos

Awesome GitHub RepositoriesDelayed Executions

Delaying a task's execution to a later time or after a specified duration, queuing it for background processing.

Distinct from Task Execution: Distinct from Task Execution: focuses on time-delayed queuing rather than general execution tracking.

Explore 11 awesome GitHub repositories matching development tools & productivity · Delayed Executions. Refine with filters or upvote what's useful.

Awesome Delayed Executions GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • gcanti/fp-tsAvatar von gcanti

    gcanti/fp-ts

    11,523Auf GitHub ansehen↗

    fp-ts is a TypeScript library that brings pure functional programming patterns to the language through algebraic data types, type class abstractions, and composable combinators. It provides foundational data types like Option for optional values, Either for typed error handling, and Task for lazy asynchronous computations, all designed to make invalid states unrepresentable and side effects explicit. The library is built on category theory concepts, offering type classes such as Functor, Applicative, Monad, Semigroup, and Monoid with lawful instances for common data structures. The library di

    Provides a function to postpone a task's execution by a specified number of milliseconds.

    TypeScriptalgebraic-data-typesfunctional-programmingtypescript
    Auf GitHub ansehen↗11,523
  • bendc/animateplusAvatar von bendc

    bendc/animateplus

    5,941Auf GitHub ansehen↗

    animateplus ist eine leichtgewichtige JavaScript-Animationsbibliothek für performante 60-FPS-Visual-Transitions und numerische Interpolationen von Web-Elementen. Sie fungiert als Promise-basierte Animations-Engine und nutzt Async-Await-Muster, um komplexe Bewegungsabläufe und Zeitverzögerungen zu sequenzieren. Die Bibliothek enthält einen Motion-Blur-Simulator, der richtungsabhängige Bewegungsunschärfe auf der X- und Y-Achse anwendet, um hohe Geschwindigkeiten zu simulieren. Zudem bietet sie ein Tool zur numerischen Interpolation, um Farben und grafische Eigenschaften zwischen Zuständen zu überblenden. Das System ermöglicht eine präzise Steuerung von Elementen, einschließlich Starten, Stoppen und Verzögern von Animationen. Darüber hinaus werden dynamische Bewegungseffekte durch Frame-by-Frame-Callbacks unterstützt, die während des Animationsverlaufs externe Logik auslösen können.

    Provides battery-efficient, promise-based delays to pause execution within an asynchronous animation flow.

    JavaScript
    Auf GitHub ansehen↗5,941
  • coleifer/hueyAvatar von coleifer

    coleifer/huey

    5,933Auf GitHub ansehen↗

    .. image:: https://media.charlesleifer.com/blog/photos/huey3-logo.png

    Delays task execution to a later time or after a specified duration.

    Pythondankpythonqueue
    Auf GitHub ansehen↗5,933
  • sinelaw/freshAvatar von sinelaw

    sinelaw/fresh

    5,914Auf GitHub ansehen↗

    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

    Pauses a plugin's async flow for a specified number of milliseconds to debounce or time operations.

    Rustideterminal-basedtext-editor
    Auf GitHub ansehen↗5,914
  • ruby-concurrency/concurrent-rubyAvatar von ruby-concurrency

    ruby-concurrency/concurrent-ruby

    5,830Auf GitHub ansehen↗

    Concurrent Ruby is a comprehensive concurrency toolkit for the Ruby language that provides thread-safe data structures, synchronization primitives, and asynchronous execution patterns. It implements core concurrency abstractions including an actor model framework where isolated actors communicate through asynchronous message passing, a future and promise system for composing non-blocking operations, and thread pool executors that manage reusable worker threads for concurrent task execution. The library distinguishes itself through a broad set of coordination mechanisms that go beyond basic th

    Provides lazy futures that only start executing when their value is first requested.

    Ruby
    Auf GitHub ansehen↗5,830
  • sel4/sel4Avatar von seL4

    seL4/seL4

    5,583Auf GitHub ansehen↗

    seL4 is a formally verified microkernel whose C implementation is backed by machine-checked mathematical proofs of correctness, confidentiality, integrity, and availability. It enforces strict isolation between processes through hardware-enforced address space separation and a capability-based access control system, where each process holds explicit rights only to the resources it has been granted. The kernel exposes hardware resources through a minimal API of system calls that manage threads, address spaces, and inter-process communication, with synchronous IPC supporting sender-identifying b

    Provides calibrated busy-wait loops for short processor-level delays.

    Cmicrokernelossel4
    Auf GitHub ansehen↗5,583
  • bespokesynth/bespokesynthAvatar von BespokeSynth

    BespokeSynth/BespokeSynth

    4,526Auf GitHub ansehen↗

    BespokeSynth is a modular synthesizer environment that combines a node-based audio graph routing system with a live scripting bridge, enabling real-time patching and control without recompilation. Its architecture integrates a granular synthesis engine, FFT-based spectral processing, a MIDI Polyphonic Expression pipeline, and a Euclidean rhythm generator, all within a freeform workspace designed for live experimentation. The project distinguishes itself through its live coding capabilities, allowing Python scripts to create, modify, and control synthesis parameters at runtime, and its plugin

    Output incoming notes again after a specified time delay, with multiple independent delay taps.

    C++
    Auf GitHub ansehen↗4,526
  • sadanandpai/javascript-code-challengesAvatar von sadanandpai

    sadanandpai/javascript-code-challenges

    4,451Auf GitHub ansehen↗

    Dieses Repository ist eine Sammlung von JavaScript-Coding-Challenges und ein umfassender Interview-Leitfaden. Es bietet Referenzimplementierungen und pädagogische Beispiele, die Entwicklern helfen sollen, Sprachgrundlagen zu beherrschen und sich auf technische Interviews vorzubereiten. Das Projekt deckt eine breite Palette spezialisierter Implementierungen ab, darunter funktionale Programmiermuster wie Currying und partielle Anwendung sowie asynchrone Muster für die Nebenläufigkeitskontrolle. Es enthält zudem praktische Beispiele für die Manipulation des Document Object Models und die Implementierung gängiger Datenstrukturen wie Stacks und Queues. Die Sammlung umfasst fortgeschrittene Sprachfeatures, Implementierungen von Designmustern und die Manipulation von Datenstrukturen. Sie adressiert einen Bereich, der asynchrone Programmierung, DOM-Interaktion, objektorientierte Erzeugungsmuster und Low-Level-Primitive umfasst.

    Implements time-based delays for asynchronous computations within functional task flows.

    MDXchallengescoding-interviewfrontend
    Auf GitHub ansehen↗4,451
  • javascript-tutorial/ru.javascript.infoAvatar von javascript-tutorial

    javascript-tutorial/ru.javascript.info

    4,057Auf GitHub ansehen↗

    Dieses Projekt ist ein umfassendes JavaScript-Programmiertutorial und ein Lehrplan für Frontend-Webentwicklung. Es dient als strukturierte Bildungsressource für das Erlernen der Sprache JavaScript, von der grundlegenden Syntax bis hin zu fortgeschrittenen asynchronen Mustern und modernen Programmiertechniken. Die Ressource fungiert als Frontend-Engineering-Lehrbuch und CSS-Layout-Guide und bietet detailliertes Lehrmaterial zum Aufbau responsiver Benutzeroberflächen. Es behandelt den Entwurf benutzerdefinierter Webkomponenten sowie die Anwendung von Styles und Positionierung zur Erstellung effektiver Frontend-Interfaces. Der Lehrplan umfasst mehrere Kernbereiche, darunter die Manipulation des Document Object Model, die Integration von Web-APIs für Netzwerkanfragen und binäre Datenverarbeitung sowie die Verwaltung lokaler Browser-Datenspeicher. Er bietet zudem Anleitungen zu Sprachgrundlagen wie Variable Scope, Function Context und regulären Ausdrücken. Die Inhalte werden als Markdown-basierte statische Website bereitgestellt, bei der strukturierte Dateien in statische HTML-Seiten konvertiert werden.

    Teaches how to execute functions after a delay or at fixed intervals using JavaScript timers.

    HTMLjavascriptrussiantutorial
    Auf GitHub ansehen↗4,057
  • alibaba/coobjcAvatar von alibaba

    alibaba/coobjc

    4,016Auf GitHub ansehen↗

    coobjc is an Objective-C coroutine library that provides await methods and generators to simplify asynchronous programming in Objective-C and Swift. It enables the implementation of non-blocking workflows to eliminate nested callbacks and thread blocking. The toolkit includes a non-blocking Foundation wrapper to convert synchronous Foundation and UIKit APIs into suspendable operations. It provides a lazy sequence generator for producing values on demand via yield, as well as a channel-based communication tool for exchanging data between concurrent tasks using buffered and unbuffered channels.

    Provides a mechanism to suspend tasks for a specific duration without blocking the system thread.

    Objective-Cactoractor-modelarm64
    Auf GitHub ansehen↗4,016
  • nixzhu/dev-blogAvatar von nixzhu

    nixzhu/dev-blog

    3,906Auf GitHub ansehen↗

    Dieses Projekt ist ein umfassendes Framework für die iOS-App-Entwicklung, das sich auf den Aufbau mobiler Anwendungen mit benutzerdefinierten UI-Komponenten, asynchronem Task-Management und lokaler Datenpersistenz konzentriert. Es dient als technische Wissensdatenbank für Software-Engineering und bietet Tools zur Organisation und Veröffentlichung architektonischer Analysen und Notizen im Markdown-Format. Das Framework zeichnet sich durch eine robuste dokumentenbasierte Speicherschicht aus, die BSON-formatierte Datensätze nutzt, um CRUD-Operationen innerhalb eines NoSQL-Dokumentenspeichers durchzuführen. Es bietet umfangreiche Systemintegrationsfunktionen, einschließlich spezialisierter App-Extension-Kommunikation, Cross-Sandbox-Messaging und nativer Share-Sheet-Präsentation, was eine nahtlose Interaktion zwischen der Host-Anwendung und Systemdiensten ermöglicht. Das Projekt deckt eine breite Funktionsfläche ab, einschließlich fortgeschrittenem Concurrency-Management mit thread-sicherer Synchronisierung, Auslagerung des Hintergrund-UI-Renderings zur Wahrung der Reaktionsfähigkeit und umfassender Internationalisierungsunterstützung. Es enthält zudem entwicklerfokussierte Utilities für statische Typgenerierung, automatisierte Asset-Mappings und interaktive Prototypenkonstruktion sowie spezialisierte Tools für geografisches Beacon-Monitoring und adaptive Diagrammerstellung.

    Defers code block execution for specific durations to manage timing-sensitive operations.

    Auf GitHub ansehen↗3,906
  1. Home
  2. Development Tools & Productivity
  3. Task Execution
  4. Delayed Executions

Unter-Tags erkunden

  • Asynchronous Task Delays1 Sub-TagImplementing time-based delays for individual asynchronous computations within a functional task flow. **Distinct from Delayed Executions:** Distinct from Delayed Executions: focuses on in-process asynchronous delays (like sleep) rather than background job queuing or orchestration.
  • Busy-Wait DelaysSpins in a busy-wait loop calibrated to the processor's clock for short delays. **Distinct from Delayed Executions:** Distinct from Delayed Executions: uses CPU-busy waiting rather than task queuing or timer-based scheduling.
  • Lazy FuturesFutures that defer execution until explicitly accessed or touched, enabling lazy evaluation of asynchronous work. **Distinct from Delayed Executions:** Distinct from Delayed Executions: focuses on lazy evaluation triggered by access, not time-based delays.
  • Note Delays1 Sub-TagOutputting a copy of an incoming note after a specified time delay in measures. **Distinct from Delayed Executions:** Distinct from Delayed Executions: delays musical note events by measures rather than delaying general task execution.