log channels.py @ 40:11c4fb8bec3c

age author description
Sun, 19 Apr 2009 23:06:30 -0700 Atul Varma Removed the weakref mechanism from channels.py and instead turned until_message_received() into a generator rather than an object. Added a return_value() instruction to cosocket.
Sun, 19 Apr 2009 22:16:11 -0700 Atul Varma Renamed return_from_yield() to continue_from_yield().
Sun, 19 Apr 2009 22:11:46 -0700 Atul Varma Fixed memory leak in channels.py, I think.
Sun, 19 Apr 2009 14:43:06 -0700 Atul Varma Added some TODOs.
Sun, 19 Apr 2009 12:55:38 -0700 Atul Varma Added a really simple channel communication system, somewhat similar to that of Stackless.