Skip to content

feat: ensure kill status, internal code imprs and docs update#18

Merged
antongolub merged 8 commits intomainfrom
refactor-all
Apr 7, 2026
Merged

feat: ensure kill status, internal code imprs and docs update#18
antongolub merged 8 commits intomainfrom
refactor-all

Conversation

@antongolub
Copy link
Copy Markdown
Member

@antongolub antongolub commented Apr 6, 2026

// before: resolved immediately, process might still be alive
await kill(pid)

// after: waits for actual exit, configurable polling
await kill(pid)                                   // default: timeout 30s, interval 200ms
await kill(pid, { timeout: 10, interval: 500 })

@antongolub antongolub changed the title refactor: internal code imprs and docs update feat: ensure kill status, internal code imprs and docs update Apr 7, 2026
@antongolub antongolub added the enhancement New feature or request label Apr 7, 2026
@antongolub antongolub merged commit 0118c68 into main Apr 7, 2026
18 checks passed
@antongolub antongolub deleted the refactor-all branch April 7, 2026 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant