Thread
Last updated
Was this helpful?
Was this helpful?
// do single thread stuff
bx:thread action="run" name="myThread";
bx:thread action="join" name="myThread,myOtherThread";
<bx:thread action="run" name="myThread">
<!--- Do single thread stuff --->
</bx:thread>
<bx:thread action="join" name="myThread,myOtherThread"/>