Content deleted Content added
m →Rust |
|||
Line 64:
=== Rust ===
[[Rust (programming language)|Rust]] provides asynchronous channels for communication between threads. Channels allow a unidirectional flow of information between two
<syntaxhighlight lang="rust">
|