-
Notifications
You must be signed in to change notification settings - Fork 323
Thread-safe ValueBuffer #118
Copy link
Copy link
Open
Milestone
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.
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