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
共有 0 条评论