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

feat: display process label when otp 27 #104

Merged
merged 2 commits into from
Oct 20, 2024

Conversation

zhongwencool
Copy link
Owner

@zhongwencool zhongwencool commented Oct 19, 2024

F = fun(I) ->
   spawn_link(fun() ->
     proc_lib:set_label({quote_handler, I}),
     receive _ -> ok end
   end)
   end.
#Fun<erl_eval.42.39164016>
2> Ps = [F(I) || I <- lists:seq(1, 5)].
3> Ps = [F(I) || I <- lists:seq(1, 10)].
image

@zhongwencool zhongwencool force-pushed the display-process-lable-27 branch from 6b3eb99 to a70d7a1 Compare October 19, 2024 10:46
@zhongwencool zhongwencool changed the title feat: display process lable when otp 27 feat: display process label when otp 27 Oct 19, 2024
@zhongwencool zhongwencool merged commit 505b3ac into master Oct 20, 2024
4 checks passed
@zhongwencool zhongwencool deleted the display-process-lable-27 branch October 20, 2024 06:22
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.

1 participant