theBeamBook icon indicating copy to clipboard operation
theBeamBook copied to clipboard

The message passing chapter maybe a little outdated

Open yfractal opened this issue 4 years ago • 1 comments

When I reading message passing chapter.

I found newer OTP had made some changes, such as ErlMessageInQueue has been renamed to ErlMessageInQueue since this pr https://github.com/erlang/otp/commit/a67e91e658bdbba24fcc3c79b06fdf10ff830bc9.

And some strategy has changed I think.

Do you mind If I do some update about those changes?

I mean rewrite the message passing chapter based on OTP 23?

yfractal avatar Oct 24 '20 11:10 yfractal

That would be great! I think most of the big changes came in Erlang 21 and this talk https://www.conferencecast.tv/talk-16449-process-signals-in-otp-21 is a good starting point to get the thinking behind the new way.

happi avatar Oct 25 '20 15:10 happi