Linear probing strategy for AtomicHashArray.
Declared in <folly/AtomicHashArray.h>
struct AtomicHashArrayLinearProbeFcn;
Advances to the next slot on each collision, wrapping around the end of the table.
| Name | Description |
|---|---|
operator() | Compute the next slot index to probe. |