Ross ROSS = Recommend OSS · open-source software intelligence for agents

VoidStar2077/workspace

workspace是基于C++11的轻量级异步执行框架,支持:通用任务异步并发执行、优先级任务调度、自适应动态线程池、高效静态线程池、异常处理机制等。 observed · 2026-08-28

github.com/VoidStar2077/workspace · C++ · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

45/100

  • Activity 32
  • Release rhythm 35
  • Longevity 94

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 1324
  • days_rel: n/a
  • days_push: 413
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1259 stars · 186 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A lightweight, header-only C++11 asynchronous task execution framework providing dynamic and static thread pools. It supports general async task submission, urgent/priority task scheduling, task sequences, futures-based results, and exception propagation.

Use cases

  • run tasks asynchronously on a thread pool in C++
  • submit tasks with priority or urgency to a thread pool
  • get std::future results from async tasks
  • auto-adjust thread pool size based on workload
  • execute batches of lightweight tasks sequentially with low overhead
  • handle exceptions thrown inside worker threads

When to choose

  • you need a lightweight, header-only C++11 thread pool with no external dependencies
  • you want priority/urgent task scheduling and dynamic thread adjustment
  • you need cross-platform async execution compatible with C++11 and above

When to avoid

  • you need coroutine-based async I/O rather than CPU task parallelism
  • you require distributed task queues or persistent job scheduling across machines
  • your project targets a standard older than C++11

Facets

library · maturity active

concurrency developer-tools backend performance windows cross-platform cpp thread-pool async-execution header-only cpp11 task-scheduling priority-scheduling dynamic-thread-pool exception-handling linux macos

1 source

Member repositories

RepositoryRoleHealth v2
VoidStar2077/workspacemain45

For agents

markdown · JSON · MCP: product_card(name="VoidStar2077/workspace")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem