Search Results

1
vote
2answers
150 views

PowerShell yielding to OS in tight loops

I've previously encountered the suggestion to call System.Threading.Thread.Sleep(0); in tights loops in C# to prevent CPU hogging and used it to good effect. I have a PowerShell script that …