issues
search
PaulHigin
/
PSThreadJob
A PowerShell module for running concurrent jobs based on threads rather than processes
MIT License
180
stars
18
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Start-ThreadJob should not validate ArgumentList is not null or empty
#18
jazzdelightsme
closed
6 years ago
0
Added support for Windows CL support
#17
PaulHigin
closed
6 years ago
0
fix information stream
#16
ajansveld
closed
6 years ago
2
Removed InformationStream change because it is not compatible with down level v3 and v4 PowerShell
#15
PaulHigin
closed
6 years ago
0
Fix OutputType
#14
ajansveld
closed
6 years ago
2
Updated version for publishing.
#13
PaulHigin
closed
6 years ago
0
Add support for Using scope modifier
#12
PaulHigin
closed
6 years ago
2
Write-Host output is sent to pipeline
#11
ajansveld
closed
5 years ago
5
Add information stream
#10
ajansveld
closed
6 years ago
3
Added test for Receive-Job -AutoRemoveJob
#9
PaulHigin
closed
6 years ago
0
Remove platform specific binaries
#8
PaulHigin
closed
6 years ago
0
Change to clean up runspaces after a job ends, and defer runspace init
#7
PaulHigin
closed
6 years ago
0
Change to derive ThreadJob from Job2, to allow proper handling of terminating error
#6
PaulHigin
closed
6 years ago
1
Job host output is sent directly to parent host
#5
ajansveld
closed
5 years ago
3
Information stream is not passed to output
#4
ajansveld
closed
5 years ago
5
Add support for using variables
#3
PaulHigin
closed
6 years ago
5
Scriptblock exceptions are not returned
#2
ajansveld
closed
6 years ago
14
Initial upload of files for PowerShell ThreadJob module
#1
PaulHigin
closed
6 years ago
0
Previous