#elixir #handle_continue #asynchronous #otp #process
Introduction to handle_continue in elixir (and when to use it)
https://medium.com/@tylerpachal/introduction-to-handle-continue-in-elixir-and-when-to-use-it-53ba5519cc17
Introduction to handle_continue in elixir (and when to use it)
https://medium.com/@tylerpachal/introduction-to-handle-continue-in-elixir-and-when-to-use-it-53ba5519cc17
Medium
Introduction to handle_continue in Elixir (and when to use it)
The handle_continue/2 callback prevents race conditions and allows for faster, asynchronous initialization.
#elixir #elixirlang #asynchronous #parallel_computing
Elixir findings: asynchronous task streams
https://medium.com/@dinojoaocosta/elixir-findings-asynchronous-task-streams-7f6336227ea
Elixir findings: asynchronous task streams
https://medium.com/@dinojoaocosta/elixir-findings-asynchronous-task-streams-7f6336227ea
Medium
Elixir Findings: Asynchronous Task Streams
The other day I was solving an Exercism.io exercise that involved calculating the frequency of letters in multiple texts in parallel using…