diff options
author | Eduardo Julian | 2019-05-17 00:44:29 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-05-17 00:44:29 -0400 |
commit | d770066b9e2046ea172305dc08f271e1159f7b64 (patch) | |
tree | 1ae9b0e46ca0c53d1a4d660c106ac0eb8fc7dcf5 /stdlib/source/lux/control/concurrency/process.lux | |
parent | 9b59f66c8d8115a67d6eee1e7a38aa39823db222 (diff) |
Automatic type casting/coercion for Boolean/Bit and String/Text.
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/lux/control/concurrency/process.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/control/concurrency/process.lux b/stdlib/source/lux/control/concurrency/process.lux index 3a6b2cda7..fc5ad2050 100644 --- a/stdlib/source/lux/control/concurrency/process.lux +++ b/stdlib/source/lux/control/concurrency/process.lux @@ -72,7 +72,7 @@ (~~ (static @.jvm)) (|> (java/lang/Runtime::getRuntime) (java/lang/Runtime::availableProcessors) - (:coerce Nat))} + .nat)} ## Default 1))) |