diff options
author | root <root> | 2008-02-05 23:56:33 +0000 |
---|---|---|
committer | root <root> | 2008-02-05 23:56:33 +0000 |
commit | a82219690a0ce1703abdc9bf10d0d4e5a9d26efa (patch) | |
tree | 01acffca4a20ad9b7a99e2fae33c1e998e8326ff /ev.pod | |
parent | c83c7b9d34c4856e08c50a4a6c1417cdb2704348 (diff) |
compile without it, too, fix memleak
Diffstat (limited to 'ev.pod')
-rw-r--r-- | ev.pod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2944,7 +2944,7 @@ on backend and wether C<ev_io_set> was used). Priorities are implemented by allocating some space for each priority. When doing priority-based operations, libev usually has to linearly search all the priorities, but starting/stopping and activating -watchers becomes O(1) w.r.t. prioritiy handling. +watchers becomes O(1) w.r.t. priority handling. =item Sending an ev_async: O(1) |