-
Book Overview & Buying
-
Table Of Contents
Asynchronous Programming with C++
By :
As this ebook edition doesn't have fixed pagination, the page numbers below are hyperlinked for reference only, based on the printed edition of this book.
A
acquire semantics 121
AddressSanitizer (ASan) 329-332
address space layout randomization (ASLR) 336
Amdahl’s law 17
application programming interfaces (APIs) 347
arguments
asyncFunc() function 349
async function (std::async) 175, 176
asynchronous task, launching 176, 177
exceptions, handling when calling 185
futures and performance 186-189
matrix multiplication 197
number of threads, limiting 189-191
pipeline, implementing 201-206
usage, considerations 191
asynchronous code
asynchronous function, testing 345
coroutines, testing...