sunface
|
ea57fee394
|
update readme.md
|
3 years ago |
sunface
|
99a8551377
|
add 进阶错误处理
|
3 years ago |
Sunface
|
e526bacd40
|
Merge pull request #384 from liul85/patch-1
Fixed typo
|
3 years ago |
Sunface
|
966a98336c
|
Update book/contents/advance/crate-module/use.md
|
3 years ago |
sunface
|
ed60697bd8
|
add try!, update errors
|
3 years ago |
Liang Liu
|
d73c4fd4e1
|
Fixed typo
|
3 years ago |
Sunface
|
9425825773
|
Merge pull request #380 from liewhite/main
勘误: deref.md
|
3 years ago |
李霖
|
04b7b451ab
|
Update: deref.md
勘误(L131): 自动解引用触发条件
|
3 years ago |
EchoAI
|
168c79095f
|
Weak的`upgrade`方法返回类型多了一个>
该方法返回一个类型为 `Option><Rc<T>>` 的值。
调整为:该方法返回一个类型为 `Option<Rc<T>>` 的值。
|
3 years ago |
Sunface
|
0490926be1
|
Merge pull request #372 from JesseAtSZ/patch-20
Update thread.md
|
3 years ago |
Sunface
|
fda3d8681d
|
Merge pull request #371 from JesseAtSZ/patch-19
Update closure.md
|
3 years ago |
Sunface
|
0a9bb2e96a
|
Merge pull request #370 from JesseAtSZ/patch-18
Update concurrency-parallelism.md
|
3 years ago |
Sunface
|
65e3ece40e
|
Update book/contents/advance/concurrency-with-threads/intro.md
|
3 years ago |
Jesse
|
05d7dfcca2
|
Update thread.md
线程局部变量这一个章节一脸懵逼,作为小白,完全不知道这个东西是干嘛用的,另外thread_local的代码跑不通。
|
3 years ago |
Jesse
|
88fb1d88ca
|
Update closure.md
|
3 years ago |
Jesse
|
8409deff47
|
Update concurrency-parallelism.md
67行,为啥M:N模型会影响性能。。。
|
3 years ago |
Jesse
|
863895d2e1
|
Update intro.md
|
3 years ago |
Sunface
|
668bf88bb5
|
Merge pull request #364 from JesseAtSZ/patch-16
Update circle-reference.md
|
3 years ago |
Sunface
|
b488a0c991
|
Merge pull request #363 from JesseAtSZ/patch-15
Update intro.md
|
3 years ago |
Sunface
|
5af1cab64e
|
Merge pull request #361 from JesseAtSZ/patch-14
Update cell-refcell.md
|
3 years ago |
Sunface
|
d6f971e652
|
Update book/contents/advance/smart-pointer/cell-refcell.md
|
3 years ago |
Sunface
|
e03b0673a0
|
Update book/contents/advance/smart-pointer/cell-refcell.md
|
3 years ago |
Jesse
|
26e1a20eb2
|
Update circle-reference.md
81行,b退出的时候触发drop,a退出的时候也会触发drop吧?所以我认为最后a、b的引用计数都是0,不会存在内存泄露
|
3 years ago |
Jesse
|
53325d443c
|
Update intro.md
|
3 years ago |
Jesse
|
36932c2503
|
Update cell-refcell.md
|
3 years ago |
Jesse
|
2fff3ce6ca
|
Update cell-refcell.md
26行,没理解为什么违背了Rust的借用规则。
86行,RefCell 用于引用没读懂,前面例子中展示的是RefCell中存放一个String,这里为什么说是引用?
237行,数据结构和CPU亲和是啥意思,第一次听到这种描述
|
3 years ago |
Jesse
|
1263a7daa3
|
Update rc-arc.md
|
3 years ago |
Sunface
|
b4ea9f5422
|
Merge pull request #354 from JesseAtSZ/patch-11
Update drop.md
|
3 years ago |
Jesse
|
fda9362f7d
|
Update drop.md
|
3 years ago |
sunface
|
eee67b93c3
|
update toc
|
3 years ago |
Sunface
|
941007e3dc
|
Merge pull request #347 from JesseAtSZ/patch-10
Update deref.md
|
3 years ago |
Sunface
|
0f9bfc84c2
|
Merge pull request #344 from JesseAtSZ/patch-9
Update box.md
|
3 years ago |
Jesse
|
db12239d6e
|
Update deref.md
|
3 years ago |
Sunface
|
58f4221bec
|
Merge pull request #341 from JesseAtSZ/patch-7
Update formatted-output.md
|
3 years ago |
Sunface
|
9659d0e2eb
|
Update book/contents/advance/formatted-output.md
|
3 years ago |
Jesse
|
19347be867
|
Update formatted-output.md
|
3 years ago |
Jesse
|
2cf1067483
|
Update box.md
|
3 years ago |
Sunface
|
40eee82f22
|
Update book/contents/advance/smart-pointer/intro.md
|
3 years ago |
Jesse
|
85e2ea1698
|
Update intro.md
|
3 years ago |
Jesse
|
daf87f618f
|
Update formatted-output.md
|
3 years ago |
Sunface
|
5e399104f4
|
Merge pull request #333 from JesseAtSZ/patch-6
Update custom-type.md
|
3 years ago |
Sunface
|
41d4be168e
|
Update book/contents/advance/custom-type.md
|
3 years ago |
Jesse
|
231491e09c
|
Update custom-type.md
|
3 years ago |
Sunface
|
f4098931d4
|
Merge pull request #328 from JesseAtSZ/patch-5
Update comment.md
|
3 years ago |
Sunface
|
5746c51b00
|
Merge pull request #323 from JesseAtSZ/patch-4
Update use.md
|
3 years ago |
Jesse
|
29996d759e
|
Update custom-type.md
|
3 years ago |
Jesse
|
27b4a855d6
|
Update comment.md
|
3 years ago |
Jesse
|
18e740f0fd
|
Update use.md
|
3 years ago |
Jesse
|
5648aecc53
|
Update comment.md
|
3 years ago |
muwuren
|
efbae39b07
|
运行示例的目录名错误
项目名应当是`my-lib`,而不是`my-test`
|
3 years ago |