To use the library, simply add
implementation 'com.github.holgerbrandl:kutils:1.0'
as dependency in your gradle-file.
listOf(1, 2, 3).parmap(numThreads = 4) { it + 5 }
- Bash integration utilities
evalBash("echo errtest", showOutput = true, wd = File(".."))
- Utils to capture and supress output
Feel welcome to flood the issue tracker with requests.