Skip to content

Commit 9782b5c

Browse files
authored
Update README.md
1 parent 3456ee1 commit 9782b5c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ client.Select("SELECT id, name FROM test.numbers", [] (const Block& block)
7575
/// Delete table.
7676
client.Execute("DROP TABLE test.numbers");
7777
```
78-
Please note that `Client` instance is NOT thread-safe. I.e. you must create a separate `Client` for each thread or utilize some synchronization techniques.
78+
79+
## Thread-safety
80+
⚠ Please note that `Client` instance is NOT thread-safe. I.e. you must create a separate `Client` for each thread or utilize some synchronization techniques. ⚠
7981

8082
## Retries
8183
If you wish to implement some retry logic atop of `clickhouse::Client` there are few simple rules to make you life easier:

0 commit comments

Comments
 (0)