Closed
Description
ToDo
- Settle for a date and location: Wednesday 2019-05-01, 19:15 CET at C4 (default: first Wednesday each month)
- Send "Save the Date" info (with link to this ticket)
- Basic Agenda (default: Open Space)
- Final invitation (deadline 2019-04-17)
Invitation draft
Title: Parallel Programming
Dear Rustaceans,
we're happy to announce that our next meetup will be on **Wednesday, May 1, 2019** at **19:15**!
This time around we'll look into Rust's capabilities surrounding parallel and concurrent programming.
The evening will start of with a talk describing these capabilities and the practical application thereof.
After that we have prepared some beginner to intermediate exercises in parallel programming, that can be solved
alone or in small groups. Help with working these out will be available. We also expect more experienced participants
to support those new to the language.
We are looking forward to seeing you. :-)
Yours,
Florian
- - -
The meetup will likely be held in English, we will however reevaluate this at the beginning of the evening and may switch to German if desired.
Talks:
# rabite0 - Fearless Concurrency and Trivial Parallelism — Theory and Practice
In this talk we're going to take a look at the building blocks Rust provides
to make concurrent/parallel programs easier and safer to write.
We will take a look at the interactions between its ownership system and the Send/Sync traits,
how it prevents data races at compile-time and how things can be built on top of those primitives.
Rust News
- liballoc has been stabilied (RFC, PR)
- Rust 1.34.0 has been released
- alternative cargo registries
?
operator in doc testsTryFrom
/TryInto
have been stabilized- More atomic integer types are now stable, their constructor is
const fn
- Write-up on the current state of the await syntax
Metadata
Metadata
Assignees
Labels
No labels