View Source partisan_transform (partisan v5.0.0-rc.1)

Parse transformation that replaces all instances of the Erlang bang operator ! with a call to partisan:forward_message/2.

Example: Pid ! hello will be transformed to partisan:forward_message(Pid, hello).

Link to this section Summary

Link to this section Functions

Link to this function

parse_transform(AST, Options)

View Source