Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async resource process invocation #493

Merged
merged 11 commits into from
Jul 24, 2024
Merged

Conversation

anmenaga
Copy link
Collaborator

PR Summary

Fix #491

This PR makes resource process invocation async using tokio runtime, which removes a set of problems related to deadlocks and overflowing inter-process pipes.
This also provides a basis for easy integration of real-time progress reporting from resources (will be a separate PR).

@anmenaga anmenaga marked this pull request as draft July 17, 2024 18:42
@anmenaga anmenaga marked this pull request as ready for review July 19, 2024 06:18
dsc_lib/src/dscresources/command_resource.rs Outdated Show resolved Hide resolved
dsc_lib/src/dscresources/command_resource.rs Show resolved Hide resolved
dsc_lib/src/dscresources/command_resource.rs Outdated Show resolved Hide resolved
dsc_lib/src/dscresources/command_resource.rs Outdated Show resolved Hide resolved
@SteveL-MSFT SteveL-MSFT added this pull request to the merge queue Jul 24, 2024
Merged via the queue into PowerShell:main with commit 2097285 Jul 24, 2024
4 checks passed
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.

Large output not returned
2 participants