Skip to content

feat: add async task support - #121

Merged
D3f0 merged 2 commits into
mainfrom
issue-69-async-tasks
Aug 12, 2026
Merged

feat: add async task support#121
D3f0 merged 2 commits into
mainfrom
issue-69-async-tasks

Conversation

@D3f0

@D3f0 D3f0 commented Aug 4, 2026

Copy link
Copy Markdown
Owner

Summary

Closes #69.

  • Add coroutine-aware task execution and async CLI dispatch.
  • Add ctx.run_async() for non-blocking shell commands with timeout and cancellation handling.
  • Add AsyncGatherScope for concurrent awaitables.
  • Support async task caching.
  • Add documentation and regression coverage.
  • Copy PLAN.md from main.

Verification

  • uv run pytest tests/test_async_support.py tests/test_async_edge_cases.py
  • 9 passed
  • Pre-commit hooks passed on commit 13cd5f3.

@D3f0
D3f0 deployed to release August 4, 2026 13:34 — with GitHub Actions Active
@D3f0
D3f0 merged commit ac10957 into main Aug 12, 2026
5 of 6 checks passed
@D3f0
D3f0 deleted the issue-69-async-tasks branch August 12, 2026 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Asynchronous support in ctx.run

1 participant