I am developing a shell using C, now I run multiple sleep commands in the background example:
>sleep 10 & >sleep 7 & >sleep 4 &