How does threading in powershell work?

前端 未结 6 1419
有刺的猬
有刺的猬 2020-12-23 23:14

I want to parallelize some file-parsing actions with network activity in powershell. Quick google for it, start-thread looked like a solution, but:

T

6条回答
  •  有刺的猬
    2020-12-23 23:23

    I have a blog article on how you can multithread any given powershell script.

    Multithreading with Jobs in PowerShell

    Enjoy!

提交回复
热议问题