视频地址
头条地址:https://www.ixigua.com/i6775861706447913485
B站地址:https://www.bilibili.com/video/av81202308/
源码地址
github地址:https://github.com/anonymousGiga/learn_rust
讲解内容
1、有两个并发概念内嵌于语言中:std::marker中的Sync和Send trait。
2、通过Send允许在线程间转移所有权
(1)Send标记trait表明类型的