mirror of
https://github.com/plexusorg/toml4j.git
synced 2024-12-28 19:24:15 +00:00
Document TomlWriter threadsafety in readme.
This commit is contained in:
parent
50522d6a8c
commit
30d4898938
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue