You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in chapter 15, you introduced the concept of streams, but why did you decide in the same chapter to use Enum.with_index() instead of Stream.with_index(), having in mind that Enun.map(fn {row, index} ...) will convert the streams and publish the data?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello!
in chapter 15, you introduced the concept of streams, but why did you decide in the same chapter to use
Enum.with_index()
instead ofStream.with_index()
, having in mind thatEnun.map(fn {row, index} ...)
will convert the streams and publish the data?reference:
hands-on-elixir-and-otp-cryptocurrency-trading-bot/15-backtest-trading-strategy.Rmd
Line 130 in 75bb8a4
Beta Was this translation helpful? Give feedback.
All reactions