(no title)
pesnk | 9 months ago
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()pesnk | 9 months ago
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()
mathek|9 months ago
https://popcorn.swmansion.com/game_of_life/
https://github.com/software-mansion/popcorn/tree/main/exampl...
But yes, it's still unstable. Improving the stability is our main focus right now.