[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: python's twisted deferred : how to in Lua?
- From: Valerio Schiavoni <valerio.schiavoni@...>
- Date: Mon, 22 Mar 2010 21:06:12 +0100
Hello,
the twisted python framework provides a very elegant mechanism to do
asynchronous programming, through so called 'deferred'.
See doc here: http://twistedmatrix.com/documents/current/core/howto/defer.html
I was wondering if there's support for this programming style in the
language itself (looking at the doc I don't think so), or if
something similar is provided by Lua frameworks.
thanks,
valerio