Skip to content

Commit

Permalink
add some notes for reader
Browse files Browse the repository at this point in the history
  • Loading branch information
radkesvat committed Jun 19, 2024
1 parent 6635796 commit 5574c8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ww/idle_table.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
-- valgrind unfriendly, since we required 64byte alignment, so it says "possibly lost"
but the pointer is saved in "memptr" field inside the object
note that libhv timer is also not a real timer, but is a heap like timer
i didnt know this when i created the idle table but, this is still useful i believe and
has its own usecases
*/

struct idle_item_s;
Expand Down

0 comments on commit 5574c8b

Please sign in to comment.