<div dir="ltr">A me non piace tanto quella di <a href="http://async.io">async.io</a>, preferisco <br><br><pre style="color:rgb(0,0,0);line-height:normal;word-wrap:break-word;white-space:pre-wrap">try:
    staff()
except TimeoutError:
    pass</pre></div><br><div class="gmail_quote">On Wed, Mar 25, 2015 at 10:47 AM Carlo Miron <<a href="mailto:carlo@miron.it">carlo@miron.it</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Il 25 marzo 2015 10:01, Valerio Maggio <<a href="mailto:valerio.maggio@gmail.com" target="_blank">valerio.maggio@gmail.com</a>> ha scritto:<br>
<br>
> Stamattina, scrivendo, mi sono venute ulteriori varianti tra cui scegliere<br>
> (sono piccole variazioni, a parte una nuova idea per la tshirt staff<br>
> direttamente da asyncio).<br>
<br>
A me piace l'idea di promuovere asyncio. Però,<br>
<br>
    >>> loop.call_at('staff', when=IN_TROUBLE)<br>
    Traceback (most recent call last):<br>
      File "<stdin>", line 1, in <module><br>
    TypeError: call_at() got multiple values for argument 'when'<br>
<br>
quindi propongo:<br>
<br>
    loop.call_at(TROUBLES,<br>
    STAFF<br>
    )<br>
<br>
dove STAFF può essere grande a piacere; si veda ad es. l'immagine allegata.<br>
<br>
Ciao,<br>
<br>
©<br>
<br>
--<br>
|:**THE BEER-WARE LICENSE** (Revision 42):<br>
| <<a href="mailto:carlo@miron.it" target="_blank">carlo@miron.it</a>> wrote this mail. As long as you retain<br>
| this notice you can do whatever you want with this stuff.<br>
| If we meet some day, and you think this stuff is worth it,<br>
| you can buy me a beer in return.<br>
|                                            --Carlo Miron :<br>
______________________________<u></u>_________________<br>
Pycon mailing list<br>
<a href="mailto:Pycon@lists.python.it" target="_blank">Pycon@lists.python.it</a><br>
<a href="http://lists.python.it/mailman/listinfo/pycon" target="_blank">http://lists.python.it/<u></u>mailman/listinfo/pycon</a><br>
</blockquote></div>