lua-users home
lua-l archive

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


Thanks, that will simplify my code.

Leo

2006/2/8, Diego Nehab <diego@tecgraf.puc-rio.br>:
Hi,

This is not documented, but you can pass anything that has a getfd()
method and an empty() method to socket.select. You CAN wrap your socket
object inside a table.

[]s,
Diego.