
会员
C++ Reactive Programming
更新时间:2021-06-18 19:06:01
最新章节:Leave a review - let other readers know what you think开会员,本书免费读 >
Reactiveprogrammingisaneffectivewaytobuildhighlyresponsiveapplicationswithaneasy-to-maintaincodebase.Thisbookcoverstheessentialfunctionalreactiveconceptsthatwillhelpyoubuildhighlyconcurrent,event-driven,andasynchronousapplicationsinasimplerandlesserror-proneway.C++ReactiveProgrammingbeginswithadiscussiononhoweventprocessingwasundertakenbydifferentprogrammingsystemsearlier.AfterabriskintroductiontomodernC++(C++17),you’llbetakenthroughlanguage-levelconcurrencyandthelock-freeprogrammingmodeltosetthestageforourforayintotheFunctionalProgrammingmodel.Followingthis,you’llbeintroducedtoRxCppanditsprogrammingmodel.You’llbeabletogaindeepinsightsintotheRxCpplibrary,whichfacilitatesreactiveprogramming.You’lllearnhowtodealwithreactiveprogrammingusingQt/C++(forthedesktop)andC++microservicesfortheWeb.Bytheendofthebook,youwillbewellversedwithadvancedreactiveprogrammingconceptsinmodernC++(C++17).
品牌:中图公司
上架时间:2018-06-29 00:00:00
出版社:Packt Publishing
本书数字版权由中图公司提供,并由其授权上海阅文信息技术有限公司制作发行
C++ Reactive Programming最新章节
查看全部- Leave a review - let other readers know what you think
- Other Books You May Enjoy
- Summary
- Application event handling example
- Aggregation based on Stream data
- Event-based Stream handling – some examples
- Schedulers and error handling
- Cleanup with the finally() Operator
- Retry when an error occurs
- Resuming when an error occurs
最新上架
- 会员
计算机系统:从应用程序到底层实现
本书从程序员的角度来详细说明计算机系统的本质概念,并展示这些概念如何影响应用程序的正确性与性能,强调在实际系统的操作中发现问题、分析问题和解决问题,特别注意引导学生建立“计算机系统”的概念,将程序代码的编写、编译及运行与机器内部特性紧密结合起来。本书将讲解计算机系统中的底层实现过程,引导读者编写更高效的程序,成为更有效率的程序员——能够更有效的找出并消除程序中的bug,能够更好的进行程序性能调忧,计算机17.3万字 - 会员
深入理解eBPF与可观测性
本书系统介绍eBPF技术生态、特性、五大主流开发框架,并深度剖析应用、网络、内存、I/O、调度、安全六大关键Linux可观测性实践。本书共9章,从逻辑上分为两部分。第一部分为eBPF基础(第1~3章):第1章概述eBPF技术的发展历程和应用场景;第2章深入解析eBPF的指令集、辅助函数及程序类型设计原理;第3章介绍如何使用libbpf、BCC、eunomia-bpf、Coolbpf等工具开发eBP计算机14.4万字