Re: raising an error from a ffi callback

  • From: Mike Pall <mike-1301@xxxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Fri, 18 Jan 2013 22:07:05 +0100

Henk Boom wrote:
> Thanks for the information! For a different use case, can I leave jit
> compilation on if the callback being called comes from an independent
> lua state? This is for the implementation of an audio callback where
> the callback may be called from a different thread.

There are no restrictions on callbacks between independent states
(truly independent, not coroutines).

--Mike

Other related posts: