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

Comparing libev/ev.pod (file contents):
Revision 1.324 by root, Sun Oct 24 19:38:20 2010 UTC vs.
Revision 1.326 by root, Sun Oct 24 19:44:27 2010 UTC

3094 3094
3095=head3 Watcher-Specific Functions and Data Members 3095=head3 Watcher-Specific Functions and Data Members
3096 3096
3097=over 4 3097=over 4
3098 3098
3099=item ev_fork_init (ev_signal *, callback) 3099=item ev_fork_init (ev_fork *, callback)
3100 3100
3101Initialises and configures the fork watcher - it has no parameters of any 3101Initialises and configures the fork watcher - it has no parameters of any
3102kind. There is a C<ev_fork_set> macro, but using it is utterly pointless, 3102kind. There is a C<ev_fork_set> macro, but using it is utterly pointless,
3103believe me. 3103believe me.
3104 3104
3109 3109
3110Cleanup watchers are called just before the event loop they are registered 3110Cleanup watchers are called just before the event loop they are registered
3111with is being destroyed. 3111with is being destroyed.
3112 3112
3113While there is no guarantee that the event loop gets destroyed, cleanup 3113While there is no guarantee that the event loop gets destroyed, cleanup
3114watchers provide a convenient method to install cleanup watchers for your 3114watchers provide a convenient method to install cleanup hooks for your
3115program, worker threads and so on - you just to make sure to destroy the 3115program, worker threads and so on - you just to make sure to destroy the
3116loop when you want them to be invoked. 3116loop when you want them to be invoked.
3117 3117
3118=head3 Watcher-Specific Functions and Data Members 3118=head3 Watcher-Specific Functions and Data Members
3119 3119
3120=over 4 3120=over 4
3121 3121
3122=item ev_cleanup_init (ev_signal *, callback) 3122=item ev_cleanup_init (ev_cleanup *, callback)
3123 3123
3124Initialises and configures the cleanup watcher - it has no parameters of 3124Initialises and configures the cleanup watcher - it has no parameters of
3125any kind. There is a C<ev_cleanup_set> macro, but using it is utterly 3125any kind. There is a C<ev_cleanup_set> macro, but using it is utterly
3126pointless, believe me. 3126pointless, believe me.
3127 3127
4879 4879
4880=item C<ev_default_destroy> and C<ev_default_fork> have been removed 4880=item C<ev_default_destroy> and C<ev_default_fork> have been removed
4881 4881
4882These calls can be replaced easily by their C<ev_loop_xxx> counterparts: 4882These calls can be replaced easily by their C<ev_loop_xxx> counterparts:
4883 4883
4884 ev_loop_destroy (EV_DEFAULT); 4884 ev_loop_destroy (EV_DEFAULT_UC);
4885 ev_loop_fork (EV_DEFAULT); 4885 ev_loop_fork (EV_DEFAULT);
4886 4886
4887=item function/symbol renames 4887=item function/symbol renames
4888 4888
4889A number of functions and symbols have been renamed: 4889A number of functions and symbols have been renamed:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines