Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moved options from Task.Supervisor child tuple to Task.Supervisor.start_child/3 #2977

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

samh7
Copy link

@samh7 samh7 commented Jan 17, 2024

When running the code as it was, the Task.Supervisor.start_child() function returned {:restart, :transient} instead of {:ok, pid}

…rt_child/3

When running the code as it was, the Task.Supervisor.start_child() function returned {:restart, :transient} instead of {:ok, pid}
@samh7 samh7 requested a review from a team as a code owner January 17, 2024 23:39
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.

None yet

1 participant