Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要同时执行几个块/功能;我不能按顺序执行它们,因为会涉及睡眠功能,这将花费很多时间。请指教。
**Pseudo Code:** begin loop outer begin do x; sleep (3 sec); do y; end; begin do Z; sleep (3 sec); do A; end; end outer loop end;
我建议你通过parallel_enable和pipelined条款,作为我提供给你的一个很好的信息来源问汤姆,当然还有 Stackowerflow))
parallel_enable
pipelined