Spawned processes inherit the parent's flow identity #3

Merged
uwiger merged 1 commits from uw-inherit-flow into master 2026-06-06 03:56:58 +09:00
Owner

When using gm_ctflow:spawn/1 and gm_ctflow:spawn_opt/2, the spawned process gets the same flow context (if any) as the parent. This way, calls to gm_ctflow:ct_log/2 appear in that flow context without the caller having to specify the flow.

When using `gm_ctflow:spawn/1` and `gm_ctflow:spawn_opt/2`, the spawned process gets the same flow context (if any) as the parent. This way, calls to `gm_ctflow:ct_log/2` appear in that flow context without the caller having to specify the flow.
uwiger added 1 commit 2026-06-06 03:56:49 +09:00
uwiger merged commit d08650f325 into master 2026-06-06 03:56:58 +09:00
Sign in to join this conversation.