Skip to Content
Async Rust ―高いパフォーマンスと安全性を両立するRustによる非同期処理
book

Async Rust ―高いパフォーマンスと安全性を両立するRustによる非同期処理

by Maxwell Flitton, Caroline Morton, 中田 秀基
July 2025
Intermediate to advanced
284 pages
4h 4m
Japanese
O'Reilly Japan, Inc.
Content preview from Async Rust ―高いパフォーマンスと安全性を両立するRustによる非同期処理

6章リアクティブプログラミング

リアクティブプログラミング(Reactive programming)は、データの変更やイベントに対してコードが反応(react)する形でプログラムを構成するプログラミングパラダイムだ。リアクティブプログラミングを用いると、リアルタイムで更新に対して動的に対応するシステムを構築することができる。本章は非同期プログラミングのコンテクストで書かれていることを強調しておこう。本書のトピックは非同期プログラミングなので、リアクティブプログラミングのすべての面をカバーすることはできない。ポーリングとデータの変更に対して反応する非同期アプローチに焦点を当て、温度の変化にフューチャが反応する基本的なヒータシステムを構築する。アトミック変数(https://oreil.ly/am-Pg)、mutex、キューを用いてイベントバスを構成し、複数のサブスクライバに対してイベントを配送できるようにする。

本章を読めば、非同期なデータ共有を十分理解し、スレッド安全で可変なデータ構造を構築できるようになるだろう。このようなデータ構造は、多数の並行非同期タスクから安全に操作することができる。また、オブザーバパターンを実装することもできるようになる。さらに、リアクティブなデザインパターンを非同期Rustで構成する技術を身につけることができる。デザインパターンについては、後の章でも説明する。

リアクティブプログラミングの探求を、基本的なリアクティブシステムを作成することから始めよう。

6.1 基本的なリアクティブシステムの構築

ここでは、オブザーバパターン(https://oreil.ly/WhPxe)を用いて基本的なリアクティブシステムを構築する。このパターン(https://oreil.ly/FEV1o ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Async Rust

Async Rust

Maxwell Flitton, Caroline Morton
Rust Web Programming

Rust Web Programming

Maxwell Flitton

Publisher Resources

ISBN: 9784814401185Publisher Website