Русские видео

Сейчас в тренде

Иностранные видео


Скачать с ютуб JOX - Passing Control Information Through Channels, Adam Warski SoftwareMill в хорошем качестве

JOX - Passing Control Information Through Channels, Adam Warski SoftwareMill 3 месяца назад


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



JOX - Passing Control Information Through Channels, Adam Warski SoftwareMill

Let's examine some use cases, where the unique features of Jox make a difference! We'll transfer data from a websocket to a stream of messages, considering two cases: when the control data (errors, web socket completion) is carried alongside the data, and on a separate channel. The above can be cleanly implemented thanks to the availability of the `select` operation, and the possibility of completing Jox channels. RESOURCES: Jox on GitHub: https://github.com/softwaremill/jox/ Introduction to Jox:    • JOX - Virtual-thread-friendly go-like...   WHAT IS JOX? The goal of the jox project is to facilitate communication between virtual threads: - competitive in terms of performance to the state-of-the-art (on the JVM, and generally) - with a low memory footprint so that the number of channels might scale together with the number of virtual threads used - offering a feature set inspired by Go channels CHAPTERS: 00:00 Intro 00:30 Recap - what is Jox? 01:38 Demo use-case - TickerWebSocket 03:23 Single channel carrying both data & control 06:36 Single channel - consumer 08:38 Single channel - main method 10:58 Separate channels for data & control 13:08 Separate channels - producer 14:56 Separate channels - consumer 19:41 Separate channels - main method

Comments