PaulHigin / PSThreadJob

A PowerShell module for running concurrent jobs based on threads rather than processes
MIT License
180 stars 18 forks source link

Change to derive ThreadJob from Job2, to allow proper handling of terminating error #6

Closed PaulHigin closed 6 years ago

PaulHigin commented 6 years ago

I also removed binaries from this repo, since they don't seem to be necessary.

PaulHigin commented 6 years ago

This was included in a newer PR