by clessg on 5/15/25, 5:14 PM with 27 comments
by Jump3r on 5/17/25, 3:53 PM
by pesnk on 5/17/25, 1:05 PM
This Task code, for example doesn't work.
Enum.map(0..10, fn(_) ->
Task.async(fn -> IO.puts("new process") end)
end) |> Task.await_many()
by Lord_Zero on 5/17/25, 1:34 PM
by codetrotter on 5/17/25, 1:37 PM
https://github.com/software-mansion/popcorn
Couldn’t find any link to it on the article
by Muromec on 5/17/25, 11:45 AM
by nelsonic on 5/17/25, 10:17 AM