PSThreadJob
Threaded job runner
A PowerShell module to run concurrent jobs in separate threads within a local process.
A PowerShell module for running concurrent jobs based on threads rather than processes
180 stars
15 watching
18 forks
Language: C#
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
proxb/poshrsjob | An alternative to traditional job-based command execution in PowerShell, leveraging multithreading and runspaces for improved performance. | 545 |
xk/node-threads-a-gogo | A native Node.js module that moves CPU-bound tasks out of the event loop to run in parallel on multiple threads | 1,408 |
kevin-robertson/invoke-thehash | A PowerShell module providing tools for executing commands on remote systems using WMI and SMB protocols. | 1,503 |
paulpflug/script-runner | A tool for running and managing npm scripts in parallel or sequential order. | 27 |
pplux/px | A set of C++ libraries providing thread scheduling and rendering capabilities with safe memory management. | 472 |
devlooped/smallsharp | Enables multiple C# top-level programs to be created, edited and run from a single project with automatic compilation and launch selection. | 287 |
bshoshany/thread-pool | A lightweight and easy-to-use C++17 thread pool library for concurrent programming. | 2,252 |
sindresorhus/p-times | Runs promise-returning & async functions multiple times concurrently | 39 |
pydoit/doit | An automation tool that enables efficient task management and execution of complex workflows | 1,893 |
droberson/harness | A tool to execute programs in memory using various protocols. | 10 |
fukamachi/psychiq | Provides background job processing capabilities for Common Lisp applications. | 53 |
earthboundkid/flowmatic | A library that provides an easy-to-use API for managing concurrent tasks and propagating errors | 370 |
sindresorhus/p-all | Concurrently execute multiple promise-returning functions with optional concurrency limits. | 319 |
openthread/ot-br-posix | A software project that enables IP connectivity and management for Thread networks on POSIX-based platforms | 425 |
manojlds/cmd | A C# library to simplify running external programs and commands in a more dynamic way. | 357 |