dwyl / learn-elixir

:droplet: Learn the Elixir programming language to build functional, fast, scalable and maintainable web applications!
1.6k stars 107 forks source link

changed Task to Stream in factorial #199

Closed ndrean closed 1 year ago

ndrean commented 1 year ago

Minor change to Stream instead of Task.async_stream. Everything can be streamed, more performant.