Skip to content

Runs ScriptBlock in parallel with granular control over input, output, and processing.

Notifications You must be signed in to change notification settings

Ktufuathama/Invoke-Parallel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Invoke-Parallel

Runs scriptblock in parallel with granular control over input, output, and processing.

Example

Invoke-Parallel -inputScript 'param($CN); Do-Thing -host $CN' -inputObject [array]$List -inputParam 'CN'

ToDo

  • Reserve threads for working operation (Suspend at timeout, run after rest of queue.)
  • Emergency shutdown without shell closure. (Using Handles or Runspace distruction?)
  • Allow threads to share data. (SynchronizedHashtable?)

About

Runs ScriptBlock in parallel with granular control over input, output, and processing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published