Mercurial > cosocket
log channels.py @ 99:b9cdccd5fbe4 default tip
age | author | description |
---|---|---|
Fri, 01 May 2009 23:41:52 -0700 | Atul Varma | Attempted to factor out the trampoline into a separate object, and modified the way coroutine instructions are done. |
Fri, 01 May 2009 16:46:31 -0700 | Atul Varma | Added timeout functionality. |
Tue, 28 Apr 2009 22:07:52 -0700 | Atul Varma | Fixed what (I think) are channel memory management bugs. |
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. |