- Hands-On Reactive Programming with Reactor
- Rahul Sharma
- 95字
- 2021-08-13 15:22:51
Asynchronous processing
Asynchronous execution refers to the ability to execute tasks without having to wait to finish previously executed tasks first. The execution model decouples tasks, so that each of them can be performed simultaneously, utilizing the available hardware.
The Reactive Streams API delivers events in an asynchronous manner. A publisher can generate event data in a synchronous blocking manner. On the other hand, each of the on-event handlers can process the events in a synchronously blocking manner. However, event publishing must occur asynchronously. It must not be blocked by the subscriber while processing events.
推薦閱讀
- Mastering Proxmox(Third Edition)
- 玩轉(zhuǎn)智能機(jī)器人程小奔
- 21天學(xué)通JavaScript
- SharePoint 2010開發(fā)最佳實(shí)踐
- PostgreSQL Administration Essentials
- Implementing AWS:Design,Build,and Manage your Infrastructure
- 邊緣智能:關(guān)鍵技術(shù)與落地實(shí)踐
- Cloud Security Automation
- 網(wǎng)絡(luò)服務(wù)器搭建與管理
- Mastering Text Mining with R
- 智能鼠原理與制作(進(jìn)階篇)
- 手機(jī)游戲策劃設(shè)計(jì)
- Building Google Cloud Platform Solutions
- Cortex-M3嵌入式處理器原理與應(yīng)用
- Spark Streaming實(shí)時(shí)流式大數(shù)據(jù)處理實(shí)戰(zhàn)