Techniques for writing concurrent applications with asynchronous I/O

This talk is about asynchronous I/O: how asynchronous compares to the traditional synchronous approach, how this changes the architecture of applications, and how to do asynchronous I/O in a concurrent multi-threaded application. Starting from a high-level view, we will then dive into code to explore useful code idioms and how to design ergonomic Rust APIs. This will include for instance how to store callbacks with unique types and call them from different threads, how to get lifetimes shorter than ‘static in threads and the associated benefits. I am doing this talk based on the experience I gained developing a Web framework on top of the asynchronous version of Hyper, the most used HTTP library for Rust. Principles should apply to lower-level libraries and other protocol stacks as well. --- For more go to https://rustfest.eu or follow us on Twitter: https://twitter.com/rustfest Help us caption & translate this video! http://amara.org/v/2FiR/
Length: 31:30
Views 858 Likes: 18
Recorded on 2016-09-17 at RustFest
Look for other videos at RustFest.
Tweet this video