lua-users home
lua-l archive

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


Hi,

Have you thought about flattening the sources and sinks into
regular tables, so that methods are stored in the tables
instead of using the __index metatable entry? I don't see
why this would be a problem.

I am sure you will have to deal with the pcall boundary too, but perhaps this you can solve with coxpcall?

Regards,
Diego