rustcc / Rust_Atomics_and_Locks

Rust Atomics and Locks (中文翻译)
https://rustcc.github.io/Rust_Atomics_and_Locks/
MIT License
248 stars 31 forks source link

`Channel<T>` 结构体、它的 Sync 实现、它的心函数以及它的 Drop 实现保持不变。 #73

Closed anicetrip closed 1 year ago

anicetrip commented 1 year ago

Channel<T> 结构体、它的 Sync 实现、它的创建函数以及它的 Drop 实现保持不变。