mirror of
https://github.com/msgpack/msgpack-c
synced 2026-06-08 16:11:40 +00:00
fix spell mistake
+1
-1
@@ -372,7 +372,7 @@ If referenced is true, msgpack::object refer to the buffer that is passed as the
|
||||
|
||||
msgpack provides a buffer management functionality named msgpack::unpacker. msgpack::unpacker is sutable for the following motivations:
|
||||
* msgpack data is chopped, and the client doesn't know when it will complete. This is a typical situation when you develop streaming applications.
|
||||
* You want to minimize copy opperations without careful memory management.
|
||||
* You want to minimize copy operations without careful memory management.
|
||||
|
||||
Here is the basic (not all) interface of msgpack::unpacker:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user