积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(123)C++(48)Python(41)云计算&大数据(21)Julia(18)Conda(16)数据库(11)VirtualBox(11)TiDB(11)PHP(8)

语言

全部英语(126)中文(简体)(18)中文(繁体)(11)日语(2)西班牙语(1)韩语(1)英语(1)

格式

全部PDF文档 PDF(152)其他文档 其他(5)PPT文档 PPT(4)
 
本次搜索耗时 0.086 秒,为您找到相关结果约 161 个.
  • 全部
  • 后端开发
  • C++
  • Python
  • 云计算&大数据
  • Julia
  • Conda
  • 数据库
  • VirtualBox
  • TiDB
  • PHP
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • 西班牙语
  • 韩语
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 deploying the networking TS

    Deploying the Networking TS Robert Leahy Lead Software Engineer rleahy@rleahy.ca Opening DataConn socket on 0.0.0.0:11653... Started (send SIGINT or SIGTERM to exit) 2021-10-06T04:01:26.490694105Z async_write_state& state, WaitableTimer& timer, Events events, CompletionToken&& token); 16 Events Complex asynchronous operations contain many parts Encapsulating increasing complexity creates a shared framework Shared CompletionToken> decltype(auto) async_wait(CompletionToken&& token); }; 25 Injecting Asynchronous Operations If an asynchronous operation completes immediately (that is, within the thread of execution calling
    0 码力 | 44 页 | 892.77 KB | 6 月前
    3
  • pdf文档 Taro: Task graph-based Asynchronous Programming Using C++ Coroutine

    microbenchmarks and a real-world application • Conclusion 26Synchronous/Asynchronous Mechanisms Boil the water Synchronous Asynchronous Wait Polling Callback Check Do your things Multitasking! 27Taro’s motivation behind Taro • We have presented the Taro C++ programming model - Synchronous and Asynchronous mechanisms • We have presented the Taro coroutine-aware scheduling algorithm • We have presented
    0 码力 | 84 页 | 8.82 MB | 6 月前
    3
  • pdf文档 THE NETWORKINGTS FROM SCRATCH: IO Objects

    T C H Robert Leahy - rleahy@rleahy.caNetworking TS & Asio ISO C++ Networking is blocked on Executors (P0443) Target for Networking is currently C++23 (P0592) Used standalone Asio (1.18.0) to prepare P0443-friendly extensions to the Networking TS shipping in “standalone” Asio & Boost.Asio (P0958) 2async_wait_then_write 3Composed Asynchronous Operations Composing asynchronous operations enables the layered composed asynchronous operations from concrete types Customization points defer decisions to the consumer rather than the author making them arbitrarily 4async_wait_then_write 5Asynchronous Operations
    0 码力 | 35 页 | 900.82 KB | 6 月前
    3
  • pdf文档 Tornado 6.5 Documentation

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84 6.4 Asynchronous networking . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 102 6.5 Index 259 iiiTornado Documentation, Release 6.5.1 Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can wait() if __name__ == "__main__": asyncio.run(main()) This example does not use any of Tornado’s asynchronous features; for that see this simple chat room. 5Tornado Documentation, Release 6.5.1 6 Chapter
    0 码力 | 272 页 | 1.12 MB | 3 月前
    3
  • pdf文档 Oracle VM VirtualBox 4.2.32 User Manual

    . . . . . . . . . 90 6 Virtual networking 91 6.1 Virtual networking hardware . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 91 6.2 Introduction to networking modes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 94 6.4 Bridged networking . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 95 6.5 Internal networking . . . . . . . . . . . . . . . . . . . . . . . . Host-only networking . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 97 6.7 UDP Tunnel networking . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 98 6.8 VDE networking . . .
    0 码力 | 348 页 | 5.93 MB | 6 月前
    3
  • pdf文档 Oracle VM VirtualBox 4.3.36 User Manual

    . . . . . . . . . 91 6 Virtual networking 92 6.1 Virtual networking hardware . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92 6.2 Introduction to networking modes . . . . . . . . . . . . . (experimental) . . . . . . . . . . . . . . . 96 6.5 Bridged networking . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 97 6.6 Internal networking . . . . . . . . . . . . . . . . . . . . . . . . Host-only networking . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99 6.8 UDP Tunnel networking . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100 6.9 VDE networking . .
    0 码力 | 380 页 | 3.79 MB | 6 月前
    3
  • pdf文档 Oracle VM VirtualBox 4.1.40 User Manual

    . . . . . . . . . 87 6 Virtual networking 88 6.1 Virtual networking hardware . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88 6.2 Introduction to networking modes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 91 6.4 Bridged networking . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92 6.5 Internal networking . . . . . . . . . . . . . . . . . . . . . . . . Host-only networking . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 94 6.7 UDP Tunnel networking . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 94 6.8 VDE networking . . .
    0 码力 | 310 页 | 4.87 MB | 6 月前
    3
  • epub文档 Guzzle PHP 5.3 Documentation

    and files, and abstracts away the underlying HTTP transport layer. Can send both synchronous and asynchronous requests using the same interface without requiring a dependency on a specific event loop. Pluggable $res->getBody(); // {"type":"User"...' var_export($res->json()); // Outputs the JSON decoded data // Send an asynchronous request. $req = $client->createRequest('GET', 'http://httpbin.org', ['future' => true]); $cl Adapter Test Web Server FAQ Why should I use Guzzle? Does Guzzle require cURL? Can Guzzle send asynchronous requests? How can I add custom cURL options? How can I add custom stream context options? Why
    0 码力 | 72 页 | 312.62 KB | 11 月前
    3
  • pdf文档 Guzzle PHP 5.3 Documentation

    files, and abstracts away the underlying HTTP transport layer. • Can send both synchronous and asynchronous requests using the same interface without requiring a dependency on a specific event loop. • $res->getBody(); // {"type":"User"...' var_export($res->json()); // Outputs the JSON decoded data // Send an asynchronous request. $req = $client->createRequest('GET', 'http://httpbin.org', ['future' => true]); $cli Exceptions Guzzle throws exceptions for errors that occur during a transfer. • In the event of a networking error (connection timeout, DNS errors, etc.), a GuzzleHttp\Exception\RequestException is thrown
    0 码力 | 63 页 | 275.75 KB | 11 月前
    3
  • pdf文档 Oracle VM VirtualBox 5.2.40 User Manual

    . . . . . . . . . 95 6 Virtual networking 96 6.1 Virtual networking hardware . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 96 6.2 Introduction to networking modes . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100 6.5 Bridged networking . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 101 6.6 Internal networking . . . . . . . . . . . . . . . . . . . . . . . Host-only networking . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103 6.8 UDP Tunnel networking . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104 6.9 VDE networking . .
    0 码力 | 387 页 | 4.27 MB | 6 月前
    3
共 161 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 17
前往
页
相关搜索词
deployingthenetworkingTSTaroTaskgraphbasedAsynchronousProgrammingUsingC++CoroutineTHENETWORKINGTSFROMSCRATCHIOObjectsTornado6.5DocumentationOracleVMVirtualBox4.232UserManual4.3364.140GuzzlePHP5.35.2
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩