lua-users home
lua-l archive

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


On Sun, May 29, 2005 at 10:28:22PM +0100, Terisquas Brothers wrote:
> table.remove(threads, i)
> break
  ^^^^^

>  thus 1) there will be a thread which won't be called.
> and 2) the last thread (n) will have a nil value,
no