We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed8e2f commit d49defaCopy full SHA for d49defa
src/main/java/io/vertx/core/json/jackson/HybridJacksonPool.java
@@ -29,6 +29,8 @@
29
* recalculating the position of that bucket also during the release. The heads of the linked lists are hold in an
30
* {@link AtomicReferenceArray} where each head has a distance of 16 positions from the adjacent ones to prevent
31
* the false sharing problem.
32
+ * <p>
33
+ * This class is public in order to allow its reuse also in other projects.
34
*/
35
public class HybridJacksonPool implements RecyclerPool<BufferRecycler> {
36
0 commit comments