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

Comparing libev/ev.pod (file contents):
Revision 1.415 by root, Fri May 4 20:51:08 2012 UTC vs.
Revision 1.417 by root, Sun May 6 19:29:59 2012 UTC

4238 4238
4239Brian Maher has written a partial interface to libev for lua (at the 4239Brian Maher has written a partial interface to libev for lua (at the
4240time of this writing, only C<ev_io> and C<ev_timer>), to be found at 4240time of this writing, only C<ev_io> and C<ev_timer>), to be found at
4241L<http://github.com/brimworks/lua-ev>. 4241L<http://github.com/brimworks/lua-ev>.
4242 4242
4243=item Javascript
4244
4245Node.js (L<http://nodejs.org>) uses libev as the underlying event library.
4246
4247=item Others
4248
4249There are others, and I stopped counting.
4250
4243=back 4251=back
4244 4252
4245 4253
4246=head1 MACRO MAGIC 4254=head1 MACRO MAGIC
4247 4255
4545 4553
4546If programs implement their own fd to handle mapping on win32, then this 4554If programs implement their own fd to handle mapping on win32, then this
4547macro can be used to override the C<close> function, useful to unregister 4555macro can be used to override the C<close> function, useful to unregister
4548file descriptors again. Note that the replacement function has to close 4556file descriptors again. Note that the replacement function has to close
4549the underlying OS handle. 4557the underlying OS handle.
4558
4559=item EV_USE_WSASOCKET
4560
4561If defined to be C<1>, libev will use C<WSASocket> to create its internal
4562communication socket, which works better in some environments. Otherwise,
4563the normal C<socket> function will be used, which works better in other
4564enviornments.
4550 4565
4551=item EV_USE_POLL 4566=item EV_USE_POLL
4552 4567
4553If defined to be C<1>, libev will compile in support for the C<poll>(2) 4568If defined to be C<1>, libev will compile in support for the C<poll>(2)
4554backend. Otherwise it will be enabled on non-win32 platforms. It 4569backend. Otherwise it will be enabled on non-win32 platforms. It

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines