aws / aws/amazon-q-developer-cli
api for checking if process is still alive on windows
Open
- Dominant language
- Rust
- Stars
- 2k
- Forks
- 439
- PR merge metrics
- No merged PRs in 30d
Description
When agent hot swap lands: https://github.com/aws/amazon-q-developer-cli/pull/2637 there will be a function that checks for if a process associated with a pid is still alive.
Currently this function is only implemented for unix. When we officially support windows we will have to fill that implementation in. Currently this function on windows simply returns true.
Contributor guide
Assessment
This issue has not been assessed yet.