Spawned processes inherit the parent's flow identity #3
Reference in New Issue
Block a user
Delete Branch "uw-inherit-flow"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When using
gm_ctflow:spawn/1andgm_ctflow:spawn_opt/2, the spawned process gets the same flow context (if any) as the parent. This way, calls togm_ctflow:ct_log/2appear in that flow context without the caller having to specify the flow.