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.39 by root, Fri Aug 7 23:21:48 2009 UTC vs.
Revision 1.40 by root, Sat Aug 8 00:22:16 2009 UTC

620The port ID of the newly created port is return immediately, and it is 620The port ID of the newly created port is return immediately, and it is
621permissible to immediately start sending messages or monitor the port. 621permissible to immediately start sending messages or monitor the port.
622 622
623After the port has been created, the init function is 623After the port has been created, the init function is
624called. This function must be a fully-qualified function name 624called. This function must be a fully-qualified function name
625(e.g. C<MyApp::Chat::Server::init>). 625(e.g. C<MyApp::Chat::Server::init>). To specify a function in the main
626program, use C<::name>.
626 627
627If the function doesn't exist, then the node tries to C<require> 628If the function doesn't exist, then the node tries to C<require>
628the package, then the package above the package and so on (e.g. 629the package, then the package above the package and so on (e.g.
629C<MyApp::Chat::Server>, C<MyApp::Chat>, C<MyApp>) until the function 630C<MyApp::Chat::Server>, C<MyApp::Chat>, C<MyApp>) until the function
630exists or it runs out of package names. 631exists or it runs out of package names.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines