mirror of
https://github.com/plexusorg/toml4j.git
synced 2025-01-01 13:02:37 +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
|
### Limitations
|
||||||
|
|
||||||
Date precision is limited to milliseconds.
|
Date precision is limited to milliseconds.
|
||||||
|
|
Loading…
Reference in a new issue