spawn( function() { var data = yield $.ajax( url ); $( '#result' ).html( data ); } );
“I don't like how it hides the program flow”