What's Changed
-
Lot of refactoring done to the cmdlet to improve responsiveness and efficiency.
-
The cmdlet now throws when passing a function that could not be found in the user's scope.
PS ..\> Invoke-Parallel { } -Function NotExist Invoke-Parallel: The function with name 'NotExist' could not be found.
Full Changelog: v1.2.1...v1.2.2