PaulHigin / PSThreadJob

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

We need a way to force threads to STA ApartmentState (for UI jobs) #43

Open Jaykul opened 5 years ago

Jaykul commented 5 years ago

In order to be able to use ThreadJob for UI we need to be able to force them to run in STA instead of MTA ApartmentState (because WPF and WinForms require STA, for instance)