[pyar] Equivalente a $.when()

Martin Cerdeira martincerdeira en gmail.com
Sab Mayo 19 21:02:01 ART 2012


Gente, como va? Para quienes conocen jQuery (dudo que alguien no lo
conozca) les sonará el método $.when() [0], a los que no,
básicamente[1] lo que hace es llamar a n funciones asincronicas
(generalmente) y, definirle callbacks, por ejemplo:

$.when($.ajax("/page1.php"), $.ajax("/page2.php"))
  .then(myFunc, myFailure);

La cuestión es, existe un equivalente en el mundo pythonero?

Salud!

[0] http://api.jquery.com/jQuery.when/
[1] En realidad, la explicación es más extensa, pero intencionalmente
la acoté por fines prácticos. =)

-------------------------------------
Martín Cerdeira - Software Developer
At the end of the day, ship the fucking thing! It’s great to rewrite
your code and make it cleaner and by the third time it’ll actually be
pretty. But that’s not the point—you’re not here to write code; you’re
here to ship products. - Jamie Zawinski



More information about the pyar mailing list