awt)Once you have launched background tasks using mul or uni, your main program will continue executing without waiting for them to finish.
If you need to wait until all currently pending async tasks are completed before moving on, use the awt keyword.
awt acts as a global sync barrier for your async calls.