From a414feeed3379ed7174b7972afbedc5dd0aeb359 Mon Sep 17 00:00:00 2001 From: Roman Date: Sat, 11 Apr 2015 18:37:25 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26105f1..ba5c55c 100644 --- a/README.md +++ b/README.md @@ -48,5 +48,5 @@ Also you can provide packer and unpacker functions for any other type (even for Thread-safety ------------- -At this time it is not thread safe to call `MsgPack::registerPacker`, `MsgPack::registerUnpacker` and `MsgPack::setCompatibilityModeEnabled` from different threads. -pack and unpack methods do not use any global data, so +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 should be safe to use from multiple threads.