Thread overview
StackThreads is now v0.3
Sep 15, 2006
Mikola Lysenko
Sep 15, 2006
Johan Granberg
Sep 23, 2006
Mikola Lysenko
September 15, 2006
StackThreads' context switching is now thread safe!

Also, the thread local storage template I posted earlier has now been integrated into the stack threads distribution.  There have been several small bug fixes and documentation improvements as well.  You can get the release at the usual place:

http://www.assertfalse.com/projects.shtml

Future releases will improve compatibility with GDC on Mac OSX and FreeBSD along with performance.
September 15, 2006
Mikola Lysenko wrote:
> StackThreads' context switching is now thread safe!
> 
> Also, the thread local storage template I posted earlier has now been integrated into the stack threads distribution.  There have been several small bug fixes and documentation improvements as well.  You can get the release at the usual place:
> 
> http://www.assertfalse.com/projects.shtml
> 
> Future releases will improve compatibility with GDC on Mac OSX and FreeBSD along with performance.

Looks great I will probably try it out once it is available on OSX.
September 23, 2006
A minor update.  Found a debug message that slipped into the windows build and removed it.