odyssey:~ sri$ pugs -e 'async { sleep 2; say "thread1" }; async { sleep 1; say "thread2"}; sleep 4' thread2 thread1