Erlang的常驻模块与功能模块
Residence module
The module where a process has its tail-recursive loop function(s).
If the tail-recursive loop functions are implemented in several modules,
all those modules are residence modules for the process.
Functional module
A module which is not a residence module for any process.
Note that for a process implemented using an OTP behaviour,
the behaviour module is the residence module for that process.
The callback module is a functional module.
常驻模块是指loop()函数所在模块,其他模块为功能模块。
对于OTP行为,行为模块是常驻模块,回调模块是功能模块。
行为模块已由OTP实现。
相关文章
- 运维自动化之ansible的安装与使用(包括模块与playbook使用)(转发)
- 模块""可能与您正在运行的Windows版本不兼容。检查该模块是否与的x86或x64版
- angular的多个模块执行 angular里 字符串与对象的互转
- MySQL 之Navicat Premium 12安装使用、pymysql模块使用、sql注入问题的产生与解决
- 深入解析Java模块系统:Root Modules与Java EE的融合之道
- 解析自动驾驶算法四大模块的问题与后续发展
- layui设置按钮不可点击_layui upload 模块点击选择文件按钮的禁用与启用功能
- Lua中的模块与module函数详解
- 【Tensorflow教程笔记】常用模块 :变量的保存与恢复
- python中openpyxl模块对excel的处理学习(一)新建工作簿,工作表的创建与命名