October 2014
Intermediate to advanced
280 pages
7h 20m
English
When we wrote our OTP server, we wrote a module that started with code
| | defmodule Sequence.Server do |
| | use GenServer |
| | ... |
In this chapter we’ll explore what lines such as use GenServer actually do, and how we can write modules that extend the capabilities of other modules that use them.
Read now
Unlock full access