newthreading Code
Brought to you by:
nagle
File | Date | Author | Commit |
---|---|---|---|
newthreading | 2010-06-24 | nagle | [r7] Much more complete version. In sync with docume... |
newthreadingexamples | 2010-06-24 | nagle | [r7] Much more complete version. In sync with docume... |
MANIFEST | 2010-06-24 | nagle | [r7] Much more complete version. In sync with docume... |
README.txt | 2010-06-23 | nagle | [r2] Add README file |
setup.py | 2010-06-24 | nagle | [r7] Much more complete version. In sync with docume... |
vssver.scc | 2010-06-24 | nagle | [r7] Much more complete version. In sync with docume... |
"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.