-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
getpid(p::Process)
should exist
#4752
Labels
good first issue
Indicates a good issue for first-time contributors to Julia
Hacktoberfest
Good for Hacktoberfest participants
parallelism
Parallel or distributed computation
Comments
abalkin
added a commit
to abalkin/julia
that referenced
this issue
Oct 9, 2017
Closed
vtjnash
pushed a commit
that referenced
this issue
Nov 13, 2018
vtjnash
pushed a commit
that referenced
this issue
Nov 15, 2018
vtjnash
pushed a commit
that referenced
this issue
Nov 16, 2018
vtjnash
added a commit
that referenced
this issue
Nov 18, 2018
tkf
pushed a commit
to tkf/julia
that referenced
this issue
Nov 21, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
Indicates a good issue for first-time contributors to Julia
Hacktoberfest
Good for Hacktoberfest participants
parallelism
Parallel or distributed computation
Right now I don't see an easy way to obtain the process id of something I've stared through
spawn
,readsfrom
, etc. There does exist agetpid()
, I think it should be extended.The text was updated successfully, but these errors were encountered: