[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: coroutines and error handling
- From: Henrik Münther <henrik@...>
- Date: Fri, 27 Jun 2003 10:50:54 +0200
> > I understand why I can't yield across a C call, but what is the reason
for
> > the other part of the assertion?
> Sorry about that. I didn't notice the other part. Currently it is only
> an internal check: as lua_resume does not set an error handler, it must
> be zero. There is nothing inherently wrong with an error handler in
> coroutines.
ok, then everything should be fine, thanks :)
--
Henrik Münther