awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
hemantasapkota avatar

hemantasapkota/GCDTimer

0
View on GitHub↗
192 stars·22 forks·Swift·MIT·11 views

GCDTimer

Well-tested GCD Timer in Swift

Features

  • Concurrency and Scheduling - Well-tested GCD-based timer.
  • Concurrency Tools - GCD-based timer implementation.

Star history

Star history chart for hemantasapkota/gcdtimerStar history chart for hemantasapkota/gcdtimer

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to GCDTimer

Similar open-source projects, ranked by how many features they share with GCDTimer.
  • duemunk/asyncduemunk avatar

    duemunk/Async

    4,565View on GitHub↗

    Async is a Swift library that provides a wrapper for Grand Central Dispatch to simplify the management of asynchronous tasks and queues. It functions as a task scheduler for the execution, timing, and orchestration of code blocks. The project includes a task chainer to sequence operations across different threads without nested callback structures and a concurrent loop wrapper that distributes iterations across multiple threads. It also features a token-based cancellation system to track and remove pending operations from the execution queue before they run. The library covers concurrency ma

    Swift
    View on GitHub↗4,565
  • arunsworld/nurseryarunsworld avatar

    arunsworld/nursery

    70View on GitHub↗

    Structured Concurrency in Go

    Goconcurrencygolanggolang-library
    View on GitHub↗70
  • ashvinbambhaniya/autopoolAshvinBambhaniya avatar

    AshvinBambhaniya/autopool

    4View on GitHub↗

    Zero-config, auto-scaling worker pool for Go with priority-aware scheduling, adaptive resource management, and per-task retry logic.

    Goasyncauto-scalingbackpressure
    View on GitHub↗4
  • alitto/pondalitto avatar

    alitto/pond

    2,158View on GitHub↗

    🔘 Minimalistic and High-performance goroutine worker pool written in Go

    Goconcurrencygogolang
    View on GitHub↗2,158
See all 30 alternatives to GCDTimer→

Frequently asked questions

What does hemantasapkota/gcdtimer do?

Well-tested GCD Timer in Swift

What are the main features of hemantasapkota/gcdtimer?

The main features of hemantasapkota/gcdtimer are: Concurrency and Scheduling, Concurrency Tools.

What are some open-source alternatives to hemantasapkota/gcdtimer?

Open-source alternatives to hemantasapkota/gcdtimer include: duemunk/async — Async is a Swift library that provides a wrapper for Grand Central Dispatch to simplify the management of asynchronous… arunsworld/nursery — Structured Concurrency in Go. ashvinbambhaniya/autopool — Zero-config, auto-scaling worker pool for Go with priority-aware scheduling, adaptive resource management, and… benmanns/goworker — goworker is a Go-based background worker that runs 10 to 100,000* times faster than Ruby-based workers. dalu93/each — Elegant ⏱ interface for Swift apps. alitto/pond — 🔘 Minimalistic and High-performance goroutine worker pool written in Go.