ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

82 results

Chrome for Developers
Intro to Promises (incl async/await) - Progressive Web App Training

Promises make asynchronous programming much easier than the traditional event-listener or callback approaches. This video ...

6:00
Intro to Promises (incl async/await) - Progressive Web App Training

12,217 views

6 years ago

Dodgy Coding
std threads vs tokio Runtime

In Rust code, two ways to run concurrent tasks are spawning threads using the standard library, and using the tokio crate for async ...

5:34
std threads vs tokio Runtime

19,468 views

6 years ago

Jon Gjengset
Crust of Rust: async/await

Finally, we tackle the topic of async/await in Rust, and specifically looking at how to use and think about async/await more so than ...

2:34:01
Crust of Rust: async/await

228,722 views

4 years ago

Dodgy Coding
Async/await server pt.1 - accepting TCP connections

A gentle exploration of building an identd for Linux using async/await, tokio 0.2 and Rust 1.39. This first part includes creating a ...

10:08
Async/await server pt.1 - accepting TCP connections

4,655 views

6 years ago

Chrome for Developers
Async-Await - Supercharged

Mat shows you a small mistake that can sneak into your code when using async/await and how to fix it! If you have questions or ...

1:23
Async-Await - Supercharged

12,257 views

8 years ago

Design Patterns Lectures
The Proactor and Reactor Design Patterns

In this video, the Proactor and Reactor design patterns are explained. Both address the problem of having to process requests by ...

3:48
The Proactor and Reactor Design Patterns

8,130 views

5 years ago

xmdi
Coding in Rust until it's missing a basic feature...

Rust is the language of the future ... unless the future involves basic arithmetic.

0:35
Coding in Rust until it's missing a basic feature...

8,313 views

3 years ago

Confreaks
RubyConf 2015 - Everything You Know About the GIL is Wrong by Jerry D'Antonio

Everything You Know About the GIL is Wrong by Jerry D'Antonio When a Rubyist hears "concurrency" they usually Google Elixir, ...

46:42
RubyConf 2015 - Everything You Know About the GIL is Wrong by Jerry D'Antonio

2,935 views

10 years ago

Heapspace
Async Showdown: Java Virtual Threads vs. Kotlin Coroutines - Riccardo Lippolis

Discover the potential impact of Java Virtual Threads on Kotlin Coroutines, the popular alternative for asynchronous programming ...

34:10
Async Showdown: Java Virtual Threads vs. Kotlin Coroutines - Riccardo Lippolis

1,399 views

1 year ago

Jon Gjengset
Decrusting the tokio crate

In this stream, we peeled back the crust on the tokio crate — https://github.com/tokio-rs/tokio/ — and explored its interface, ...

3:31:48
Decrusting the tokio crate

180,474 views

1 year ago

Jon Gjengset
Crust of Rust: Send, Sync, and their implementors

This time we go over the Send and Sync marker traits from the standard library, as well as some of the most important ...

1:07:04
Crust of Rust: Send, Sync, and their implementors

55,231 views

3 years ago

Jon Gjengset
The What and How of Futures and async/await in Rust

Futures are Rust's way of expressing asynchronous computations, but even after reading the documentation, it can be hard to ...

4:10:06
The What and How of Futures and async/await in Rust

113,703 views

7 years ago

Jon Gjengset
The Why, What, and How of Pinning in Rust

With the Future trait stabilized and async/await coming soon, many more people are being exposed to the Pin type and its sibling ...

3:03:54
The Why, What, and How of Pinning in Rust

82,661 views

6 years ago

Dodgy Coding
Async/await server pt.4 - timeouts

A gentle exploration of building a identd for Linux using async/await and tokio 0.2. This part demonstrates halting an await after a ...

7:31
Async/await server pt.4 - timeouts

729 views

5 years ago

Dario
Meet Iggy: Kafka reimagined in 2023, powered by Rust.  #rustlang #rustprogramming #coding #kafka

In a world where data moves at the speed of now, imagine having a technology that harnesses the power and safety of Rust to ...

0:26
Meet Iggy: Kafka reimagined in 2023, powered by Rust. #rustlang #rustprogramming #coding #kafka

1,134 views

2 years ago

Jon Gjengset
Crust of Rust: Atomics and Memory Ordering

In this episode of Crust of Rust, we go over Rust's atomic types, including the mysterious Ordering enum. In particular, we explore ...

2:39:20
Crust of Rust: Atomics and Memory Ordering

100,539 views

4 years ago

Jon Gjengset
Decrusting the tracing crate

In this stream, we peel back the crust on the tracing crate — https://github.com/tokio-rs/tracing/ — and explore its interface, ...

2:57:25
Decrusting the tracing crate

71,299 views

1 year ago

codingjerk
Zig Language | Thoughts After 2 Years

Voiced by @tokisuno ... Check out his channel. So, in this talk I want to tell about the reasons I love the Zig programming language ...

13:38
Zig Language | Thoughts After 2 Years

108,703 views

9 months ago

Cours Python
8.5 Coroutines et awaitables
9:38
8.5 Coroutines et awaitables

1,415 views

7 years ago

Cours Python
8.3 asyncio: historique et écosystème

Donc pour commencer, un petit historique: donc s'agissant de python3, la syntaxe on va dire moderne avec des async et des ...

6:54
8.3 asyncio: historique et écosystème

1,438 views

7 years ago