Skip to content

proof of concept for channel adoption - #6738

Draft
SteffenDE wants to merge 2 commits into
mainfrom
sd-adopt
Draft

proof of concept for channel adoption#6738
SteffenDE wants to merge 2 commits into
mainfrom
sd-adopt

Conversation

@SteffenDE

Copy link
Copy Markdown
Member

No description provided.

def link(pid) do
Process.link(pid)
Process.sleep(:infinity)
end

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should have Channel.spawn as you said so we don't need the stand-in? Alternatively we tell users we need to spawn processes in a supervisor in their application supervision tree... but then, once again, we might as well use the existing pool supervisor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants