[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Detecting if function is running.
- From: Florian Berger <fberger@...>
- Date: Wed, 15 Oct 2003 15:47:04 +0300 (EET DST)
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