Skip to content

Commit 3e23924

Browse files
committed
update std/net
1 parent 630ac5e commit 3e23924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/std/net.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Common errors of net package\. Mutation is undefined behavior\.
8383
```jule
8484
let mut DefaultResolver = Resolver{ ... }
8585
```
86-
Default DNS resolver of the package\.
86+
Default DNS resolver of the package\. Mutating this variable is not thread\-safe by default\. Most programs only need to configure it once, so performing configuration before introducing concurrency is the most common approach\. Otherwise, atomic access is required for Read/Write operations\.
8787

8888
---
8989

0 commit comments

Comments
 (0)