Skip to content

Use Start-ThreadJob for asynchronous operations#43

Merged
rulasg merged 2 commits into
mainfrom
start-threadjob
Jun 5, 2026
Merged

Use Start-ThreadJob for asynchronous operations#43
rulasg merged 2 commits into
mainfrom
start-threadjob

Conversation

@rulasg

@rulasg rulasg commented Jun 5, 2026

Copy link
Copy Markdown
Owner

Replace Start-Job with Start-ThreadJob in the Invoke-MyCommandAsync and Start-MyJob functions to improve performance and resource management during job execution.

@rulasg rulasg merged commit 44131ad into main Jun 5, 2026
3 checks passed
@rulasg rulasg deleted the start-threadjob branch June 5, 2026 15:06
@rulasg rulasg linked an issue Jun 9, 2026 that may be closed by this pull request
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.

Start-ThreadJob instead of Start-Job

1 participant