Skip to content

feat: add async context manager support to AttemptManager#605

Merged
mergify[bot] merged 1 commit intomainfrom
devs/jd/feat/attempt-manager-async-context/If6d24d58fbb4a0eaba5b62b20f6821d2ccd073a9
Feb 24, 2026
Merged

feat: add async context manager support to AttemptManager#605
mergify[bot] merged 1 commit intomainfrom
devs/jd/feat/attempt-manager-async-context/If6d24d58fbb4a0eaba5b62b20f6821d2ccd073a9

Conversation

@jd
Copy link
Owner

@jd jd commented Feb 24, 2026

AttemptManager now supports async with in addition to with,
allowing cleaner usage inside async for loops.

Closes #469

Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

AttemptManager now supports `async with` in addition to `with`,
allowing cleaner usage inside `async for` loops.

Closes #469

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Change-Id: If6d24d58fbb4a0eaba5b62b20f6821d2ccd073a9
@jd jd marked this pull request as ready for review February 24, 2026 15:48
mergify bot added a commit that referenced this pull request Feb 24, 2026
@mergify mergify bot merged commit 124e3a6 into main Feb 24, 2026
9 checks passed
@mergify mergify bot deleted the devs/jd/feat/attempt-manager-async-context/If6d24d58fbb4a0eaba5b62b20f6821d2ccd073a9 branch February 24, 2026 15:49
@mergify
Copy link
Contributor

mergify bot commented Feb 24, 2026

Merge Queue Status

Rule: default


This pull request spent 17 seconds in the queue, including 3 seconds running CI.

Required conditions to merge

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.

Add __aexit__and __aenter__ to AttemptManager

1 participant