Building Git in Elixir — Part 2 (Store Trees & Initial Commit) 3rd release of the "Create a cryptocurrency trading bot in Elixir" book is out

Tarearbol Update

Tarearbol library that eases the dealing with tasks got a massive update.

  • use Tarearbol.Pool to create worker pools with no boilerplate
  • call/3, cast/2, and terminate/2 callbacks to handle messages directly sent to the worker process
  • __init_handler__/1 (or init: mfa() parameter in a call to use) to customize initialization process.