mirror of
https://github.com/freedbygrace/Invoke-PSThread.git
synced 2026-08-22 07:26:39 +00:00
Update README.md
This commit is contained in:
@@ -377,7 +377,7 @@ DontShow: False
|
|||||||
### -MaximumRunspaces
|
### -MaximumRunspaces
|
||||||
|
|
||||||
The maximum runspaces available to the runspace pool.
|
The maximum runspaces available to the runspace pool.
|
||||||
By default, the value will be set to double the amount of logical processors available to the current device.
|
By default, the value will be set to the amount of logical processors available to the current device.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
Type: System.UInt32
|
Type: System.UInt32
|
||||||
@@ -560,7 +560,7 @@ DontShow: False
|
|||||||
|
|
||||||
### -WaitForAvailableRunspace
|
### -WaitForAvailableRunspace
|
||||||
|
|
||||||
If there are no more available runspaces, the function will wait to submit any additional jobs to teh runspace pool as runspaces become available.
|
If there are no more available runspaces, the function will wait to submit any additional jobs to the runspace pool as runspaces become available.
|
||||||
This will drastically increase the time it takes to process the runspace pool.
|
This will drastically increase the time it takes to process the runspace pool.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user