Document TomlWriter threadsafety in readme.

This commit is contained in:
moandji.ezana 2015-07-13 23:46:09 +02:00
parent 50522d6a8c
commit 30d4898938

View file

@ -288,6 +288,10 @@ Output:
*/
```
### Threadsafety
`TomlWriter` is threadsafe, however the JDK's streams and `Writer` are not. Take care not to write to the same stream in parallel.
### Limitations
Date precision is limited to milliseconds.