"newthreading" - A proof of concept implementation for a new approach to multithread programming in Python.
John Nagle
June, 2010
License: LGPL.
Technical description: see "http://www.animats.com/papers/languages/pythonconcurrency.html"
Revision history
2010-06-22 - (JN) first version imported into SourceForge.
This is an early version, but it runs its test case.
SyncronizedObject and AtomicObject are fully implemented.
Multithread programs can be written with this code.
Bring in the files, and run "runtests.bat" to exercise the code.