-
Rust의 채널(Channel)의 의미는 Confluence라고 생각해야한다.channel in std::sync::mpsc코딩Coding/★Rust★기초★Syntax 2022. 4. 3. 21:49728x90
https://doc.rust-lang.org/std/sync/mpsc/fn.channel.html
channel in std::sync::mpsc - Rust
Creates a new asynchronous channel, returning the sender/receiver halves. All data sent on the Sender will become available on the Receiver in the same order as it was sent, and no send will block the calling thread (this channel has an “infinite buffer
doc.rust-lang.org
https://en.wikipedia.org/wiki/Confluence_(software)
Confluence (software) - Wikipedia
Corporate collaboration software program ConfluenceDeveloper(s)AtlassianInitial release25 March 2004; 17 years ago (2004-03-25)Stable release Written inJavaOperating systemAvailable inEnglish, Spanish, Simplified Chinese, Czech, Finnish, French, German,
en.wikipedia.org
자료 출처 :
반응형'코딩Coding > ★Rust★기초★Syntax' 카테고리의 다른 글
Rust Type을 알아보기(The Any trait) JS의Typeof와 비슷한 개념 (0) 2022.04.04 Rust Intermediate Tutorial #1 - Rust and❤️ Docker (0) 2022.04.04 RustLab 2021 (0) 2022.04.04 The Rust Borrow Checker- A Deep Dive - Nell Shamrell-Harrington, Microsoft (0) 2022.04.04 Rust Programming EP.3 HTTP Server - CodeBangkok (0) 2022.04.03 Introduction to Functional Programming In Rust-YOW! LAMBDA JAM2019-Skills Matter (0) 2022.04.03 Idiomatic Rust - Function Arguments -Let's Get Rusty (0) 2022.04.01 bounded parametric polymorphism(매개 제한 다형성)개념 이해 (0) 2022.04.01