The Elixir language has amazing built-in support for concurrency and executing asynchronous tasks as part of the Erlang OTP. It’s true: you can generally just toss tasks into the background of your ...