proxb / PoshRSJob

Provides an alternative to PSjobs with greater performance and less overhead to run commands in the background, freeing up the console and allowing throttling on the jobs.
MIT License
541 stars 87 forks source link

What does PoshRSJob stand for? #199

Open deadlydog opened 5 years ago

deadlydog commented 5 years ago

I'm just curious what PoshRSJob stands for? PowerShell something Job. I often find it hard to remember the name of this library, especially compared to other similar ones, like Invoke-Parallel. I'm hoping that knowing what the RS in PoshRSJob stands for will make it easier for me to recall the name of this module and it's functions in the future.

Perhaps you could update the ReadMe.md to include the acronym meaning.

copdips commented 5 years ago

@deadlydog runspace I think