Created
April 11, 2017 15:33
-
-
Save platinumthinker/dc91f0ef1bc9c48a4c58ceb9da264867 to your computer and use it in GitHub Desktop.
erlang features
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| process_flag(sensitive, true) - Stack back-traces cannot be displayed for the process. In crash dumps, the stack, messages, and the process dictionary are omitted. | |
| process_flag(error_handler, Module) - set new error handler | |
| process_flag(message_queue_data, MQD) - +hmqd off_heap|on_heap (default on_heap) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment