> Of course they are, but if that's the case a function that returns to
> you the value computed is probably of more interest:
No, that's useless.
The use case is you have a loop like
for x in manyitems:
timeconsumingprocess(x)
and then you just get a blank line at your terminal for a while. You
can change it to:
for x in yournamehere(manyitems):
and then you get useful status updates.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---