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

1 repo

Awesome GitHub RepositoriesAsynchronous Hooks

Mechanisms for executing custom logic during iterative processes.

Distinguishing note: Focuses on lifecycle hooks for iteration, not general event-driven programming.

Explore 1 awesome GitHub repository matching development tools & productivity · Asynchronous Hooks. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Asynchronous Hooks

Awesome Asynchronous Hooks GitHub Repositories

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

    tqdm/tqdm

    30,970View on GitHub↗

    Tqdm is a terminal-based progress indicator that provides real-time visual feedback for long-running tasks and data processing pipelines. It functions as an iteration tracking wrapper, allowing developers to monitor the completion status of loops and data streams by wrapping standard iterables without modifying the underlying data source. The project distinguishes itself through its use of terminal escape sequences to render dynamic text and graphical bars that update in place. It supports both automatic tracking of iterable collections and manual progress incrementing for non-linear tasks wh

    Executes user-defined logic at specific intervals during iteration to maintain responsiveness.

    Pythoncliclosemberconsole
    30,970View on GitHub↗