cyclone/examples/threading
Justin Ethier cc630028f9 Cleanup
Added header comment
Removed issues. The real problem here seemed to be a mutex-unlock without a corresponding lock, which results in undefined behavior according to the docs. Everything seems fine if the lock/unlock are not there or if they both are.
2016-01-16 23:47:31 -05:00
..
many-writers.scm Cleaned up demo 2016-01-14 23:34:19 -05:00
producer-consumer.scm Cleanup 2016-01-16 23:47:31 -05:00