ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro-MP/Changes
Revision: 1.6
Committed: Wed Sep 26 18:33:41 2012 UTC (13 years, 11 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +2 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 Revision history for Coro::MP
2    
3 root 1.4 - fix syncal and peval_async documentation (reported by Vitaliy).
4 root 1.5 - adapted to AnyEvent::MP 2.0 internals.
5 root 1.6 - "localise" $SELF form inside a new thread, not from the outside,
6     in case $SELf was localised when the thread was created.
7 root 1.4
8 root 1.3 0.1 Tue Oct 6 03:40:01 CEST 2009
9 root 1.2 - initial CPAN release.
10    
11 root 1.1 0.0 Tue Sep 22 07:37:52 CEST 2009
12     - original version, a Coro::MP clone.