JohnSundell / ShellOut

Easily run shell commands from a Swift script or command line tool
MIT License
870 stars 83 forks source link

Running shellOut on concurrentPerform #39

Closed andriantosg closed 5 years ago

andriantosg commented 5 years ago

Hi, I'm trying to use shellOut inside DispatchQueue.concurrentPerform but the script got hang. Can we run shellOut on different thread simultaneously?