Q: on module fork_join and program block fork_join?

Is there any difference if fork_join,fork_join_any and fork_join_none are used in module and same if used in program block.

In reply to Jaygyana:

There is no difference in behavior between any procedural statement written in a module or program block.

There is a difference in scheduling semantics between initial blocks started in a module versus a program block, but I won’t get into that because you should not be using program blocks.

In reply to dave_59:

Thank you Dave