We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
We need thread-safe ValueHolder so that we can safely pass the read value into another function. ValueBuffer is an example of its implementation. https://github.com/msgpack/msgpack-java/blob/v07-value-sf/msgpack-value/src/main/java/org/msgpack/value/ValueBuffer.java