lua-users home
lua-l archive

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


Hi.

Is there a way to detect if a Lua function is already running? Currently
I'm using global variables to determine if some function is already
running but it's not very convenient.

Floru