ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro-Multicore/perlmulticore.h
(Generate patch)

Comparing Coro-Multicore/perlmulticore.h (file contents):
Revision 1.12 by root, Fri Jul 3 02:55:03 2015 UTC vs.
Revision 1.13 by root, Sat Dec 19 23:56:14 2015 UTC

17 17
18perlmulticore.h - implements the Perl Multicore Specification 18perlmulticore.h - implements the Perl Multicore Specification
19 19
20=head1 SYNOPSIS 20=head1 SYNOPSIS
21 21
22 #include "perlmultiore.h" 22 #include "perlmulticore.h"
23 23
24 // in your XS function: 24 // in your XS function:
25 25
26 perlinterp_release (); 26 perlinterp_release ();
27 do_the_C_thing (); 27 do_the_C_thing ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines