ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-MP/MP.pm
(Generate patch)

Comparing AnyEvent-MP/MP.pm (file contents):
Revision 1.139 by root, Thu Mar 22 20:07:31 2012 UTC vs.
Revision 1.140 by root, Thu Mar 22 23:47:01 2012 UTC

46 46
47 # execute callbacks in $SELF port context 47 # execute callbacks in $SELF port context
48 my $timer = AE::timer 1, 0, psub { 48 my $timer = AE::timer 1, 0, psub {
49 die "kill the port, delayed"; 49 die "kill the port, delayed";
50 }; 50 };
51
52=head1 CURRENT STATUS
53
54 bin/aemp - stable.
55 AnyEvent::MP - stable API, should work.
56 AnyEvent::MP::Intro - explains most concepts.
57 AnyEvent::MP::Kernel - mostly stable API.
58 AnyEvent::MP::Global - stable API.
59 51
60=head1 DESCRIPTION 52=head1 DESCRIPTION
61 53
62This module (-family) implements a simple message passing framework. 54This module (-family) implements a simple message passing framework.
63 55
1267 1259
1268=over 4 1260=over 4
1269 1261
1270=item AnyEvent::MP::Global no longer has group management functions. 1262=item AnyEvent::MP::Global no longer has group management functions.
1271 1263
1264At least not officially - the grp_* functions are still exported and might
1265work, but they will be removed in some later release.
1266
1272AnyEvent::MP now comes with a distributed database that is more 1267AnyEvent::MP now comes with a distributed database that is more
1273powerful. Its database families map closely to port groups, but the API 1268powerful. Its database families map closely to port groups, but the API
1274has changed (the functions are also now exported by AnyEvent::MP). Here is 1269has changed (the functions are also now exported by AnyEvent::MP). Here is
1275a rough porting guide: 1270a rough porting guide:
1276 1271

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines