We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b27db52 commit bb02870Copy full SHA for bb02870
lib/elixir/lib/task.ex
@@ -345,9 +345,9 @@ defmodule Task do
345
terminates all tasks.
346
347
When streamed, each task will emit `{:ok, value}` upon successful
348
- completion or `{:exit, reason, element}` if the caller is trapping
349
- exits, where `element` is the stream element. Results are emitted
350
- in the same order as the original `enumerable`.
+ completion or `{:exit, reason}` if the caller is trapping exits,
+ where `element` is the stream element. Results are emitted in the
+ same order as the original `enumerable`.
351
352
The level of concurrency can be controlled via the `:max_concurrency`
353
option and defaults to `System.schedulers_online/0`. A timeout
0 commit comments