File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# PSParallel
2
2
Invoke scriptblocks in parallel runspaces
3
3
4
- ##Installation
4
+ ## Installation
5
5
``` PowerShell
6
6
Install-Module PSParallel
7
7
```
@@ -13,7 +13,7 @@ Install-Module PSParallel
13
13
14
14
Variables and functions are captured from the parent session.
15
15
16
- ##Throttling
16
+ ## Throttling
17
17
To control the degree of parallelism, i.e. the number of concurrent runspaces, use the -ThrottleLimit parameter
18
18
19
19
``` PowerShell
@@ -27,9 +27,9 @@ The overhead of spinning up new PowerShell classes is non-zero. Invoke-Parallel
27
27
28
28
![ image] ( https://github.com/powercode/PSParallel/raw/master/images/Invoke-Parallel.png )
29
29
30
- ##Contributions
30
+ ## Contributions
31
31
Pull requests and/or suggestions are more than welcome.
32
32
33
- ###Acknowlegementes
33
+ ### Acknowlegementes
34
34
The idea and the basis for the implementation comes from [ RamblingCookieMonster] ( https://github.com/RamblingCookieMonster ) .
35
- Cudos for that implementation also goes to Boe Prox(@proxb ) and Sergei Vorobev(@xvorsx ).
35
+ Cudos for that implementation also goes to Boe Prox(@proxb ) and Sergei Vorobev(@xvorsx ).
You can’t perform that action at this time.
0 commit comments