diff options
author | root <root> | 2009-07-10 00:36:21 +0000 |
---|---|---|
committer | root <root> | 2009-07-10 00:36:21 +0000 |
commit | fe7f056cfc2dc30ab33a1e36b0005fa1e39b0e50 (patch) | |
tree | e623ed6d8c81a89e07d3bde1f63c8b6d43c596a2 /ev.pod | |
parent | ce8dc1a03da38c405583d4673d8da12c2a26373e (diff) |
*** empty log message ***
Diffstat (limited to 'ev.pod')
-rw-r--r-- | ev.pod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3681,6 +3681,11 @@ the default 4-heap. You can save even more by disabling watcher types you do not need and setting C<EV_MAXPRI> == C<EV_MINPRI>. +Defining C<EV_MINIMAL> to C<2> will additionally reduce the core API to +provide a bare-bones event library. See C<ev.h> for details on what parts +of the API are still available, and do not complain if this subset changes +over time. + =item EV_PID_HASHSIZE C<ev_child> watchers use a small hash table to distribute workload by |