Тёмный

RustConf 2023 - Beyond Ctrl-C the dark corners of Unix signal handling 

Rust
Подписаться 63 тыс.
Просмотров 3,4 тыс.
50% 1

Наука

Опубликовано:

 

3 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 10   
@kelownatechkid
@kelownatechkid 7 месяцев назад
This is super practical, and useful immediately!! Great talk
@namesurname7665
@namesurname7665 7 месяцев назад
Awesome talk. Thanks!
@rain3502
@rain3502 7 месяцев назад
Thank you!
@UberShinySheep
@UberShinySheep 6 месяцев назад
Really useful video, just a bit of feedback for the editor that the slides could be much larger and the presenter video much smaller to make it easier to see the content
@sundarikuber6963
@sundarikuber6963 7 месяцев назад
Excellent. Thanks Rain for your contribution
@oneofpro
@oneofpro 7 месяцев назад
Very useful information. Thanks.
@rain3502
@rain3502 7 месяцев назад
Thanks for the kind words!
@fionawashere1086
@fionawashere1086 7 месяцев назад
Loved the talk veeery much! Awesome presenter, very informative presentation!
@meowsqueak
@meowsqueak 7 месяцев назад
This is really useful, and most of this information is useful for non-Rust system programmers too. Thank you for such a great intro. Have you ever run into the situation where you receive a signal during an I/O operation and it returns EINTR, thus you need to go back and retry it? Is this mostly handled automatically by the Rust standard library, or does it need to be handled explicitly like we often (should) do in C?
@rain3502
@rain3502 7 месяцев назад
Good question! The answer is that it depends. Rust's std::io::Write trait has two methods: `write` and `write_all`. `write` does not do a retry, but `write_all` does. If you can get away with `write_all` you should use that, but in many cases you can't... and then you have to remember to retry on interrupt. This is a pretty bad wart.
Далее
Women’s Free Kicks + Men’s 😳🚀
00:20
Просмотров 1,2 млн
How Many Twins Can You Spot?
00:17
Просмотров 11 млн
IALA DTEC3 Opening Plenary
3:10:16
Просмотров 5
RustConf 2023 - The Art and Science of Teaching Rust
28:01
State Pattern in Rust | Rust Language
20:21
Просмотров 1,8 тыс.
Signals. I spent 2 years to understand this part.
21:24
Become a bash scripting pro - full course
36:00
Просмотров 59 тыс.
RustConf 2023 - How Powerful is Const
22:58
Просмотров 15 тыс.
iPad Turned Into Car Touchscreen (Via: @biggibril)
0:11