Re: enif_send, terms and msg_env
Max Lapshin <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CAMxVRxA+FpdP1dEYrj1UWj7DdJ_Upg21bh2Y6Zp2wgJkKiX9Sg@mail.gmail.com> |
So if I have a lot of data in my current environment and I want to send small integer to process, it would be much better to use msg_env=NULL to copy only this message, instead of moving all my local data to receiver?