Update README.md

This commit is contained in:
Roman
2015-04-11 18:37:25 +03:00
parent 76f46f5f9d
commit a414feeed3

View File

@@ -48,5 +48,5 @@ Also you can provide packer and unpacker functions for any other type (even for
Thread-safety Thread-safety
------------- -------------
At this time it is not thread safe to call `MsgPack::registerPacker`, `MsgPack::registerUnpacker` and `MsgPack::setCompatibilityModeEnabled` from different threads. At this time it is not safe to call `MsgPack::registerPacker`, `MsgPack::registerUnpacker` and `MsgPack::setCompatibilityModeEnabled` from different threads.
pack and unpack methods do not use any global data, so pack and unpack methods do not use any global data, so should be safe to use from multiple threads.