Hacker News new | ask | show | jobs
by Muromec 549 days ago
It's a routing change in a sense that gen_server is routing function calls to the new module definition. I know about gen_server and code_change, the point was that conceptually the same mechanism, just on a different level of abstraction.
1 comments

Routing in progress connections to a new module seems a rather different thing to me than merely routing new ones.