-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Future Support? #204
Comments
if you don’t have enough features, you can try my fork but ThreadJob looks promising |
from my understanding, Microsoft chose ThreadJob becasue PoshRSJob uses some private interfaces. |
I think firstly because ThreadJob is a native c# module :) PoshRSJob use private interfaces for:
So for Microsoft, I think this is not the reason |
@JustinGrote Would I be correct in assuming your go to these days is ThreadJob? (I'm not sure if/how it's progressed since 2019). |
@robinmalik Foreach -Parallel and ThreadJob as they are both first party solutions that are "good enough", I've been meaning to make PoshRSJob-style wrappers for easily importing functions and whatnot but it's been low on my priority list. |
Hi @proxb,
Just curious if you plan to maintain the module since I haven't seen a commit in over a year, or if we should be moving to ThreadJob since that's the semi-"official" solution, even though it's nowhere near as feature rich as your awesome module.
Thanks.
The text was updated successfully, but these errors were encountered: