积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(439)Java(142)云计算&大数据(125)数据库(122)VirtualBox(113)Spring(92)Python(87)Julia(83)综合其他(75)ActiveMQ(46)

语言

全部英语(716)中文(简体)(43)中文(繁体)(20)韩语(12)英语(4)德语(1)西班牙语(1)日语(1)俄语(1)

格式

全部PDF文档 PDF(800)
 
本次搜索耗时 0.057 秒,为您找到相关结果约 800 个.
  • 全部
  • 后端开发
  • Java
  • 云计算&大数据
  • 数据库
  • VirtualBox
  • Spring
  • Python
  • Julia
  • 综合其他
  • ActiveMQ
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 韩语
  • 英语
  • 德语
  • 西班牙语
  • 日语
  • 俄语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Concurrency

    org/z/vqnfvh9WxCppCon 2023 8 David Olsen - Back to Basics: Concurrency STD::COUNTING_SEMAPHORE Lightweight synchronization primitive that can control access to a shared resource Maintains an internal counter Calls Parent thread write Child thread readCppCon 2023 65 David Olsen - Back to Basics: Concurrency SYNCHRONIZATION: THREAD CREATION Creating a thread synchronizes the parent and child threads All memory changes thread write Parent thread readCppCon 2023 69 David Olsen - Back to Basics: Concurrency SYNCHRONIZATION: THREAD JOIN Joining a thread synchronizes the parent and child threads All memory changes
    0 码力 | 160 页 | 2.91 MB | 6 月前
    3
  • pdf文档 C++ Memory Model: from C++11 to C++23

    dathskovsky@speedata.io | www.linkedin.com/in/alexdathskovsky Volatile ● Volatile is not a synchronization tool ● Volatile doesn’t affect threading ● It's not an atomic value ● It doesn’t add barriersAlex about itAlex Dathskovsky | alex.dathskovsky@speedata.io | www.linkedin.com/in/alexdathskovsky Synchronization contAlex Dathskovsky | alex.dathskovsky@speedata.io | www.linkedin.com/in/alexdathskovsky Compiler ExampleAlex Dathskovsky | alex.dathskovsky@speedata.io | www.linkedin.com/in/alexdathskovsky Synchronization Tools ● std::mutex, std::conditional_variable ● std::lock_guard – RAII helper for lockingAlex
    0 码力 | 112 页 | 5.17 MB | 6 月前
    3
  • pdf文档 Coroutine Patterns and How to Use Them: Problems and Solutions Using Coroutines in a Modern Codebase

    f.dev@gmail.comOutline • Motivation • Overview • Patterns • Lifetime • Exceptions • RAII • Synchronization • Conclusions Francesco Zoffoli - Coroutine Patterns and How to Use Them - CppCon 2023 4Motivation 2023 16 Queue Thread foo()_1 Executor foo()_2Patterns • Lifetime • Exceptions • RAII • Synchronization Francesco Zoffoli - Coroutine Patterns and How to Use Them - CppCon 2023 17Lifetime Francesco Patterns and How to Use Them - CppCon 2023 62Synchronization Francesco Zoffoli - Coroutine Patterns and How to Use Them - CppCon 2023 63Synchronization Needed? Francesco Zoffoli - Coroutine Patterns
    0 码力 | 70 页 | 1.45 MB | 6 月前
    3
  • pdf文档 Go 101 (Golang 101) v1.21.0

    Concurrent Programming §36. Concurrency Synchronization Overview §37. Channel Use Cases §38. How to Gracefully Close Channels §39. Other Concurrency Synchronization Techniques - the sync standard package function calls and panic/recover (§13), and the concurrency synchronization techniques introduced in the later article concurrency synchronization overview (§36) can be viewed as control flow statements in functions in the fmt standard package is very small for this specific program). Concurrency Synchronization Concurrent computations may share resources, generally memory resource. The following are some
    0 码力 | 630 页 | 3.77 MB | 1 年前
    3
  • pdf文档 Navicat Version 16 Windows User Guide

    About Collaboration 29 Manage Cloud 29 Navicat Cloud 29 On-Prem Server 31 Push Synchronization 33 Cache and Local Copies 34 Projects 34 Work With Projects 34 Manage Members 35 178 Confirm & Start Data Transfer (Step 3) 179 Data Synchronization (Available only in Non-Essentials Edition) 180 About Data Synchronization 180 Choose Connections & Comparing Options (Step 1) Execute Selected Scripts (Step 4) 182 Structure Synchronization (Available only in Non-Essentials Edition) 183 About Structure Synchronization 183 Choose Connections & Comparing Options (Step
    0 码力 | 324 页 | 3.93 MB | 1 年前
    3
  • pdf文档 Navicat Version 16 User Guide (Mac)

    About Collaboration 28 Manage Cloud 28 Navicat Cloud 28 On-Prem Server 30 Push Synchronization 32 Cache and Local Copies 33 Projects 33 Work With Projects 33 Manage Members 34 172 Confirm & Start Data Transfer (Step 3) 174 Data Synchronization (Available only in Non-Essentials Edition) 174 About Data Synchronization 174 Choose Connections & Comparing Options (Step 1) Execute Selected Scripts (Step 4) 176 Structure Synchronization (Available only in Non-Essentials Edition) 177 About Structure Synchronization 177 Choose Connections & Comparing Options (Step
    0 码力 | 324 页 | 7.77 MB | 1 年前
    3
  • pdf文档 Navicat Version 16 Linux User Guide

    About Collaboration 28 Manage Cloud 28 Navicat Cloud 28 On-Prem Server 30 Push Synchronization 32 Cache and Local Copies 33 Projects 33 Work With Projects 33 Manage Members 34 177 Confirm & Start Data Transfer (Step 3) 178 Data Synchronization (Available only in Non-Essentials Edition) 179 About Data Synchronization 179 Choose Connections & Comparing Options (Step 1) Execute Selected Scripts (Step 4) 181 Structure Synchronization (Available only in Non-Essentials Edition) 182 About Structure Synchronization 182 Choose Connections & Comparing Options (Step
    0 码力 | 321 页 | 6.65 MB | 1 年前
    3
  • pdf文档 Concurrency Patterns I

    Software Architecture (Volume 2 and 4) ▪ Concurrent Programming in JavaConcurrency Patterns Synchronization Patterns Dealing with Sharing ▪ Copied Value ▪ Thread-Specific Storage ▪ Future Dealing Suspension Concurrent Architecture Active Object Monitor Object ReactorConcurrency Patterns Synchronization Patterns Dealing with Sharing ▪ Copied Value ▪ Thread-Specific Storage ▪ Future Dealing }); future.get(); Future: receiver get Promise: sender set channelConcurrency Patterns Synchronization Patterns Dealing with Sharing ▪ Copied Value ▪ Thread-Specific Storage ▪ Future Dealing
    0 码力 | 39 页 | 1.14 MB | 6 月前
    3
  • pdf文档 Design patterns for error handling in C++ programs using parallel algorithms and executors

    forever) – e.g., 1 worker drops out before collective synchronization • Correct handling requires communication – Data movement, or synchronization (same thing) – Stop other workers from waiting forever – Reduce on “did everybody succeed?” – Collect info for recovery and/or reporting • Prevent synchronization-related deadlock – If you must synchronize… – … use it as opportunity to communicate error state Think of parallel loop body as a sequence of “local” blocks, punctuated by synchronization – Always participate in synchronization – Give each block a “bypass”: if error, do nothing harmlessly and pass
    0 码力 | 32 页 | 883.27 KB | 6 月前
    3
  • pdf文档 Back to Basics: Concurrency

    allowed to look at the variable x while this thread is modifying it; and without some kind of synchronization, there’s no way to ensure that this thread isn’t modifying it right when you happen to be deadline) printf("A: %d\n", ++counter); threadB.join(); 11 This is a data race. No synchronization exists between these two accesses, and at least one of them is a write. (In fact, both are will produce different outputs. That might be considered a bug, but it’s not UB.)“Logical synchronization” Problem statement: std::thread threadB = std::thread([&](){ waitUntilUnblocked();
    0 码力 | 58 页 | 333.56 KB | 6 月前
    3
共 800 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 80
前往
页
相关搜索词
ConcurrencyC++MemoryModelfrom11to23CoroutinePatternsandHowUseThemProblemsSolutionsUsingCoroutinesinModernCodebaseGo101Golangv121.0NavicatVersion16WindowsUserGuideMacLinuxDesignpatternsforerrorhandlingprogramsusingparallelalgorithmsexecutorsBackBasics
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩