lua plugin: Create a new thread for each callback.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 28 Nov 2010 15:21:14 +0000 (16:21 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 28 Nov 2010 15:21:14 +0000 (16:21 +0100)
commitf275893bc80efcd062b76bcf9a5720827b5619ad
treef1f075aa0bd1d4b53785fe9620c5dd9b62557381
parentdf54f71cb0bf8421074f30435620fad308e3a00a
lua plugin: Create a new thread for each callback.

This allows callbacks to call one another and multiple read callbacks to
be handled correctly.
src/lua.c