awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Concurrency Schedulers · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesConcurrency Schedulers

Abstractions for managing the execution context and timing of asynchronous tasks.

Distinguishing note: Focuses on task orchestration and threading rather than data flow.

Explore 1 awesome GitHub repository matching software engineering & architecture · Concurrency Schedulers. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Concurrency Schedulers

Awesome Concurrency Schedulers GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • ReactiveX/rxjs

    ReactiveX/rxjs

    31,647View on GitHub↗

    RxJS is a reactive stream library that provides a collection of tools for composing asynchronous and event-based programs. It utilizes observable sequences and functional operators to manage complex event-driven logic, allowing developers to transform, filter, and coordinate data flows through a declarative programming style. The library distinguishes itself through a functional operator chaining model that maintains immutability and predictable state transitions across streams. It implements an observer pattern where producers notify registered subscribers of data arrivals or lifecycle compl

    Abstracts execution timing and threading through a centralized scheduling layer.

    TypeScriptjavascriptrxjs
    31,647View on GitHub↗