You might be interested in this usage case:
https://gist.github.com/3987355

It allows you to run async code in a fork, wait for it in a condition variable and send it asynchronously to the user.
It's based on Gordon's (ab)use of my insane additions to the send_file() function in Dancer.

s.