gen_server2
gen_server2 copied to clipboard
A copy of LSHIFT's gen_server2 behaviour, provided as an OTP library.
Results
2
gen_server2 issues
Sort by
recently updated
recently updated
newest added
During a release upgrade, the system will send a {system, _, _} message that gen_server (and gen_server2) will respond to by calling sys:handle_system_msg(). sys:handle_system_msg() will then call gen_server2:system_code_change(). After the...
I was trying to track the origin of gen_server2 and I came to this place. Apologies if it's not the real origin. I noticed that old fashioned specs are still...