Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024-03-17 Carl Fredrik Samson #246

Merged
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions _episodes/interviews/2024-03-17-carl-fredrik-samson.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
title: "Asynchronous Programming in Rust with Carl Fredrik Samson"
date: 2024-03-17T07:57:00Z
jonhoo marked this conversation as resolved.
Show resolved Hide resolved
file: https://audio.rustacean-station.org/file/rustacean-station/2024-03-17-carl-fredrik-samson.mp3
duration: "50:18"
length: "73121309"
#reddit: (leave blank on initial publish, amend with link and uncomment this line after Reddit thread has been posted)
---

Allen Wyma talks with [Carl Fredrik Samson](https://twitter.com/cf_samson) about his book [Asynchronous Programming in Rust](https://www.packtpub.com/product/asynchronous-programming-in-rust/9781805128137), a deep dive into asynchronous programming in Rust.

## Contributing to Rustacean Station

Rustacean Station is a community project; get in touch with us if you'd like to suggest an idea for an episode or offer your services as a host or audio editor!

- Twitter: [@rustaceanfm](https://twitter.com/rustaceanfm)
- Discord: [Rustacean Station](https://discord.gg/cHc3Gyc)
- Github: [@rustacean-station](https://github.com/rustacean-station/)
- Email: [[email protected]](mailto:[email protected])

## Timestamps

- [@00:00] - Meet Carl Fredrik Samson, author of Asynchronous Programming in Rust
- [@04:26] - Making the deal with Packt (publishing company)
- [@05:12] - Runtime with green threads
- [@07:50] - Understanding the concept of asynchronous programming
- [@03:17] - The benefits and purpose of using asynchronous programming
- [@28:35] - Comparing green threads and fibers in Rust
- [@35:29] - Importance of learning async programming
- [@41:43] - Insights into the book's creation process, including research and writing efforts
- [@43:13] - Target audience and prerequisites for the book
- [@45:09] - Book details
- [@48:02] - Closing thoughts

## Credits

Intro Theme: [Aerocity](https://twitter.com/AerocityMusic)

Audio Editing: [Plangora](https://twitter.com/plangora)

Hosting Infrastructure: [Jon Gjengset](https://twitter.com/jonhoo/)

Show Notes: [Plangora](https://twitter.com/plangora)

Hosts: [Allen Wyma](https://twitter.com/allenwyma)
Loading