7 ms·
This universal server is a process listening for a message with a function and then it executes that function here the function is just a different infinite ser
by agundy 3y ago
This universal server is a process listening for a message with a function and then it executes that function here the function is just a different infinite server turning a running process into something new. I think it shows off the power of erlang processes and the ability to pass functions to replace running processes with new behavior without changing pids.