Differences
This shows you the differences between the selected revisions of the page.
| 2021-03-25 | 2021-06-04 | ||
| note about implicit implementation in 5.18.4 (martin) | note about using GetEnumerator once stable (martin) | ||
| Line 119: | Line 119: | ||
| ==== [[powershell]] PowerShell ==== | ==== [[powershell]] PowerShell ==== | ||
| - | The following code uses [[ps>threadjob/start-threadjob|''Start-ThreadJob'' cmdlet]] from ''ThreadJob'' module. It is a part of PowerShell 6 and newer. In PowerShell 5, it can be installed using ''Install-Module ThreadJob''. | + | The following code uses [[ps>threadjob/start-threadjob|''Start-ThreadJob'' cmdlet]] from ''ThreadJob'' module. It is a part of PowerShell 6 and newer. In PowerShell 5, it can be installed using ''Install-Module ThreadJob''. (*Use $files.GetEnumerator()*) &beta |
| <code powershell> | <code powershell> | ||