Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
rust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
orestis.malaspin
rust
Commits
7768696a
There was a problem fetching the pipeline summary.
Commit
7768696a
authored
6 years ago
by
orestis.malaspin
Browse files
Options
Downloads
Patches
Plain Diff
need to add rayon and it's pretty much over
parent
edd4e247
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
presentation/intro.md
+9
-1
9 additions, 1 deletion
presentation/intro.md
with
9 additions
and
1 deletion
presentation/intro.md
+
9
−
1
View file @
7768696a
...
...
@@ -538,7 +538,8 @@ fn main() {
});
println!("Recieved {:?}", rx.recv()); // recv FIFO
println!("Recieved {:?}", rx.recv());
println!("Recieved {:?}", rx.recv());
// when hdl/hdl2 are freed we know the channel is "closed". nobody can send new messages
}
</code></pre>
...
...
@@ -548,6 +549,13 @@ Ce qui se passe en mémoire

{#fig:mem_channel width=45%}
# External crates
## `crates.io`
-
These are the basic concurrency primitives in the Rust std.
-
For more rely on crates:
`rayon`
for example.
# And many more
-
Error handling:
`Option`
,
`Result`
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment