Date: Tue, 21 Jan 1997 22:51:56 -0700 (MST) From: Josh Turpen To: djgpp AT delorie DOT com Subject: ANNOUNCE: LWP 1.0 released Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Finally, it's here! LWP 1.0 is on my web page at: http://www.goodnet.com/~snarfy A lot of changes have been made internally, and now it finally pre-empts the way it should. It should also be a lot more stable since a lot of the guts have been re-written. The only change made in the VERY small API is that you don't need lwp_deinit anymore. LWP automagically cleans up after itself now. For those that don't know what lwp is: LWP is a pre-emptive multithreading library for DJGPP 2.0+. It has a VERY simple (6 function) API which was ment to be easy to use and extremely light as far as overhead goes. Have fun coding. Josh snarfy AT goodnet DOT com