Also see the discussion around before_exec
, which was a safe way to execute code in the forked process, and was deprecated in favor of an unsafe
function:
2 Likes
Also see the discussion around before_exec
, which was a safe way to execute code in the forked process, and was deprecated in favor of an unsafe
function: