Static and automatic tasks

Tasks defined within a module, interface, program, or package default to being static, with all declared items being statically allocated. These items shall be shared across all uses of the task executing concurrently. Tasks can be defined to use automatic storage in the following two ways: — Explicitly declared using the optional automatic keyword as part of the task declaration. — Implicitly declared by def

Static and automatic tasks最先出现在Python成神之路

版权声明:
作者:dingding
链接:https://www.techfm.club/p/8412.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>