Episode 1: GenServer
A GenServer is a process like any other Elixir process and it can be used to keep state, execute code asynchronously and so on. The advantage of using a generic server process (GenServer) implemented using this module is that it will have a standard set of interface functions and include functionality for tracing and error reporting. It will also fit into a supervision tree.
Text
Bl
Horse
Date
29/05/2023
0 commentaire
Vous voulez être le·la premier·ère à écrire un commentaire ?
Devenez membre de Better Weather Newsletter et lancez la conversation.