lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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