Parallelism in Rebol #139
Answered
by
Oldes
SebastianMpl
asked this question in
Q&A
-
|
Hi, Thank you, |
Beta Was this translation helpful? Give feedback.
Answered by
Oldes
Oct 13, 2025
Replies: 1 comment 1 reply
-
|
There is nothing like that available directly. But your Nushell example from links is about calling multiple shell commands at once. As in Rebol There is also placeholder code for a |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
SebastianMpl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is nothing like that available directly. But your Nushell example from links is about calling multiple shell commands at once. As in Rebol
callis asynchronous, one can start multiple processes in parallel. If it would be faster is debatable.There is also placeholder code for a
task!datatype (when compiled withINCLUDE_TASK). But that is not finished.