lua-users home
lua-l archive

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


Hi,
does anyone know if there's a implementation of a select that
can handle multiple "file descriptor-sets", ie watching for an
event on the serial port and on a tcp-connection?
I know there's an implementation in luasocket, but this only
handles sockets...is there any possible solution?

Thanx in advance...