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

Comparing libev/ev.pod (file contents):
Revision 1.401 by root, Wed Apr 18 06:06:04 2012 UTC vs.
Revision 1.402 by root, Wed Apr 18 06:09:29 2012 UTC

3921 3921
3922 ... 3922 ...
3923 ev_set_syserr_cb (fatal_error); 3923 ev_set_syserr_cb (fatal_error);
3924 3924
3925The only API functions that can currently throw exceptions are C<ev_run>, 3925The only API functions that can currently throw exceptions are C<ev_run>,
3926C<ev_inoke> and C<ev_invoke_pending>. 3926C<ev_inoke>, C<ev_invoke_pending> and C<ev_loop_destroy> (the latter
3927because it runs cleanup watchers).
3927 3928
3928Throwing exceptions in watcher callbacks is only supported if libev itself 3929Throwing exceptions in watcher callbacks is only supported if libev itself
3929is compiled with a C++ compiler or your C and C++ environments allow 3930is compiled with a C++ compiler or your C and C++ environments allow
3930throwing exceptions through C libraries (most do). 3931throwing exceptions through C libraries (most do).
3931 3932

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines