That's very straightforward, and gets the job done without much weirdness.
http://stackoverflow.com/questions/896808/find-exec-cmd-vs-x... http://www.gnu.org/software/findutils/manual/html_node/find_...
find . -exec sem --id my_find -j3 sleep 4\; echo {} \;