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

Allow sending messages to registered process with ! #1047

Merged
merged 1 commit into from
Feb 22, 2024

Commits on Feb 22, 2024

  1. Allow sending messages to registered process with !

    Enables sending messages to registered processes using the shorhand `!`
    operator. If a message is sent to an atom name that is not registered using the
    `!` operator a `badarg` run-time error occurs, matching OTP behaviour.
    
    closes atomvm#1011
    closes atomvm#98
    
    Signed-off-by: Winford <winford@object.stream>
    UncleGrumpy committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    eab4e32 View commit details
    Browse the repository at this point in the history