ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

77 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,210 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,256 views

8 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

226,457 views

4 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,069 views

5 years ago

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

1,412 views

7 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,292 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,932 views

10 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,434 views

7 years ago

Cours Python
8.8 La librairie asyncio

... c'est un design pattern très répandu ; il y a exactement le même paradigme dans les librairies qui se préoccupent de threading.

9:57
8.8 La librairie asyncio

965 views

7 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

99,503 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,650 views

6 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,082 views

6 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

112,749 views

7 years 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

54,705 views

3 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,310 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

177,674 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

103,601 views

8 months 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

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

70,242 views

1 year ago

Jon Gjengset
Post-Crust of Rust Q&A

0:43:46 Next stream topic 0:45:55 async vs threads 0:48:38 Does Rust make programs more secure? 0:50:22 Suggesting stream ...

1:22:05
Post-Crust of Rust Q&A

14,888 views

3 years ago