[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Options for Asynchronous Callbacks
- From: steve donovan <steve.j.donovan@...>
- Date: Wed, 28 Mar 2012 14:57:01 +0200
2012/3/28 Ignacio Burgueño <ignaciob@inconcertcc.com>:
> Did you take a look at Helper Threads Toolkit?
> https://github.com/javierguerragiraldez/helper-threads
>
> IIRC it enables you to address some of the issues you've presented.
When I was working on the other side of the fence, I did find it useful.
A version of HTT that works with both Windows and POSIX would be
useful; the various implementations of pthreads-on-windows might help
there.
Thijs' proposal for the minimum-necessary modifications to the Lua
core is interesting.
steve d.