lib: Add documentation to explain concurrent htab resizing.
authorMark Wielaard <mark@klomp.org>
Fri, 5 Aug 2022 15:17:54 +0000 (17:17 +0200)
committerMark Wielaard <mark@klomp.org>
Sun, 7 Aug 2022 23:44:04 +0000 (01:44 +0200)
commitcb298ffe2916346cde60605e87af4f83a7520779
tree2a3dfac33ff0a4a9ad53f6d1f22e23b8f4f63ab2
parent65c0336ef8b28cdcfc314c5d8fc643a5828aab99
lib: Add documentation to explain concurrent htab resizing.

Document which lock is held by which thread and how moving the
htab data is coordinated.

Signed-off-by: Mark Wielaard <mark@klomp.org>
lib/ChangeLog
lib/dynamicsizehash_concurrent.c