Why Task.async_stream is Cool thing for Enumerable in Elixir?
* To implement concurrent process in elixir programming on enumerable, async_stream is very useful.
* It returns stream of data after processing on the given enumerable in the given module and function.
Read more