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

GitHub

179 stars
15 watching
17 forks
Language: C#
last commit: over 4 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
proxb/poshrsjob An alternative to traditional job-based command execution in PowerShell, leveraging multithreading and runspaces for improved performance. 541
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,409
kevin-robertson/invoke-thehash A PowerShell module providing tools for executing commands on remote systems using WMI and SMB protocols. 1,480
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. 286
bshoshany/thread-pool A lightweight C++17 thread pool library for efficient concurrent task execution 2,206
sindresorhus/p-times Runs promise-returning & async functions multiple times concurrently 38
pydoit/doit An automation tool that enables efficient task management and execution of complex workflows 1,871
droberson/harness A tool to execute programs in memory using various protocols. 9
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 368
sindresorhus/p-all Concurrently execute multiple promise-returning functions with optional concurrency limits. 315
openthread/ot-br-posix A software project that enables IP connectivity and management for Thread networks on POSIX-based platforms 420
manojlds/cmd A C# library to simplify running external programs and commands in a more dynamic way. 355