ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev.pod
(Generate patch)

Comparing libev/ev.pod (file contents):
Revision 1.376 by root, Tue Jun 14 07:23:46 2011 UTC vs.
Revision 1.378 by sf-exg, Thu Jul 7 16:30:49 2011 UTC

3944watchers in the constructor. 3944watchers in the constructor.
3945 3945
3946 class myclass 3946 class myclass
3947 { 3947 {
3948 ev::io io ; void io_cb (ev::io &w, int revents); 3948 ev::io io ; void io_cb (ev::io &w, int revents);
3949 ev::io2 io2 ; void io2_cb (ev::io &w, int revents); 3949 ev::io io2 ; void io2_cb (ev::io &w, int revents);
3950 ev::idle idle; void idle_cb (ev::idle &w, int revents); 3950 ev::idle idle; void idle_cb (ev::idle &w, int revents);
3951 3951
3952 myclass (int fd) 3952 myclass (int fd)
3953 { 3953 {
3954 io .set <myclass, &myclass::io_cb > (this); 3954 io .set <myclass, &myclass::io_cb > (this);
4005L<http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hlibev>. 4005L<http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hlibev>.
4006 4006
4007=item D 4007=item D
4008 4008
4009Leandro Lucarella has written a D language binding (F<ev.d>) for libev, to 4009Leandro Lucarella has written a D language binding (F<ev.d>) for libev, to
4010be found at L<http://proj.llucax.com.ar/wiki/evd>. 4010be found at L<http://www.llucax.com.ar/proj/ev.d/index.html>.
4011 4011
4012=item Ocaml 4012=item Ocaml
4013 4013
4014Erkki Seppala has written Ocaml bindings for libev, to be found at 4014Erkki Seppala has written Ocaml bindings for libev, to be found at
4015L<http://modeemi.cs.tut.fi/~flux/software/ocaml-ev/>. 4015L<http://modeemi.cs.tut.fi/~flux/software/ocaml-ev/>.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines