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;
私があなたに提供する良い情報源として、トムともちろんStackowerflowに尋ねることをお勧めしますparallel_enable)pipelined)
parallel_enable
pipelined