Elixir Streams |> LiveView's start_async helper for arbitrary async operations
I knew LiveView 0.20 had shipped with a start_async
helper along with the more popular assign_async
. But I hadn’t tested it til now.
It’s sooo nice for arbitrary async tasks in LiveView that need error isolation. Lovely addition to the tool belt! 🤩
Check it out! 👉 Elixir Streams |> LiveView’s start_async helper for arbitrary async operations
Read next Using Phoenix Channels? High Memory Usage? Save Money With This One Change.