-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Remove all CtxCloser, ContextGroup in favor of goprocess #1030
Comments
@jbenet What is the built-in (idiomatic) way for a goprocess.Process to return its parent or children Process? For the latter this can be done in ContextGroup with |
I haven't needed something like this yet. ( |
don't need it. the construction: pm.Children().Add(1)
go func {
pm.Children().Done()
}() becomes simply proc.Go(func {}) |
Ok what about |
there's |
the codeabse is littered with the previous iterations. at this point goprocess appears to be robust (the only large problems in a long time have been in goprocess/limited)
The text was updated successfully, but these errors were encountered: