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

无数据

分类

全部后端开发(55)C++(18)Julia(18)Rust(11)数据库(8)TiDB(8)Python(6)PyMuPDF(4)云计算&大数据(3)Go(2)

语言

全部英语(42)中文(繁体)(12)中文(简体)(7)西班牙语(1)日语(1)韩语(1)葡萄牙语(1)

格式

全部PDF文档 PDF(65)PPT文档 PPT(1)其他文档 其他(1)
 
本次搜索耗时 0.074 秒,为您找到相关结果约 67 个.
  • 全部
  • 后端开发
  • C++
  • Julia
  • Rust
  • 数据库
  • TiDB
  • Python
  • PyMuPDF
  • 云计算&大数据
  • Go
  • 全部
  • 英语
  • 中文(繁体)
  • 中文(简体)
  • 西班牙语
  • 日语
  • 韩语
  • 葡萄牙语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Creating a Sender/Receiver HTTP Server

    single-threaded server handling multiple clients. • Use the sender/receiver asynchronous framework. • Use a minimalistic sender/receiver networking interface ObjectiveTechAtBloomberg.com © 2024 Bloomberg reserved. • std::execution (sender/receiver): http://wg21.link/p2300 • https://github.com/NVIDIA/stdexec.git • https://github.com/beman-project/execution26 • Sender/receiver networking: http://wg21.link/p2762
    0 码力 | 8 页 | 2.19 MB | 6 月前
    3
  • ppt文档 Working with Asynchrony Generically: A Tour of C++ Executors

    resource (aka, scheduler) • A unit of lazy async work (aka, sender) • A completion handler (aka, receiver) • A small, initial set of generic async algorithms: • E.g., then, when_all, sync_wait, let_* nullopt. done_as_error(sender, error) → sender … commutes the done signal into an error.19 SENDER/RECEIVER CONTROL FLOW20 BASIC LIFETIME OF AN ASYNC OPERATION SCHEDULER schedule SENDER Implementation OF AN ASYNC OPERATION SCHEDULER schedule SENDER RECEIVER OPERATION STATE connect start …operation completes… … and notifies receiver … time passes… Implementation details of some algorithm;
    0 码力 | 121 页 | 7.73 MB | 6 月前
    3
  • pdf文档 How Meta Made Debugging Async Code Easier with Coroutines and Senders

    ex::_inject::_rcvr_wrapperreceiverreceiver(lldb) co_bt frame #0 : 0x0000555555578278 in unifex::_task::_task<(anonymous k<…>(…_sa_task) () at /home/cppcon/c 5 : auto unifex::connect_awaitable(task, receiver auto&) () at /home/cppcon/cppcon24-async 6 : unifex::task async_main<…>(span, auto& orm(…) () at /home/cppcon/cppcon24-async-demo/li 13: auto unifex::connect_awaitable(task, receiver auto&) () at /home/cppcon/cppcon24-async 14: main () at /home/cppcon/cppcon24-async-demo/src/main
    0 码力 | 131 页 | 907.41 KB | 6 月前
    3
  • pdf文档 Comprehensive Rust(Persian ) 202412

    � � � � � � � � � � � : struct Race } name: String , laps: Vecreceiver, a static method fn new(name: &str) -> Self } Self { name: String::from(name), laps: Vec::new � � 59.1 Senders � Receivers � � � � � � � � Rust � � � � � � � � � � � � � � � : SenderReceiverReceiver does not . • send() and recv() return Result. If they return Err, it means the counterpart Sender or Receiver is dropped and the channel is closed . 339
    0 码力 | 393 页 | 987.97 KB | 10 月前
    3
  • pdf文档 Comprehensive Rust(Ukrainian) 202412

    Зав'язані канали 10 хвилин 58.1 Відправники та отримувачі Канали Rust мають дві частини: Sender і Receiver. Дві частини з’єднані через канал, але ви бачите лише кінцеві точки. use std::sync::mpsc; fn можете створити кілька виробників), а Receiver — ні. • send() і recv() повертають Result. Якщо вони повертають Err, це означає, що відповідний Sender або Receiver видалено, а канал закрито. 341 58.2 в інші потоки, але вони не є потокобезпечними. Зазвичай через внутрішню мутабільність: • mpsc::Receiver • Cell • RefCell !Send + Sync До цих типів можна безпечно отримати доступ (через спільні
    0 码力 | 396 页 | 1.08 MB | 10 月前
    3
  • pdf文档 Comprehensive Rust(简体中文) 202412

    允许您将函数与新类型相关联。您可以使用“impl”块来执行此操作: struct Race { name: String, laps: Vec, } impl Race { // No receiver, a static method fn new(name: &str) -> Self { Self { name: String::from(name), laps: Vec::new() add_lap(71); race.print_laps(); race.finish(); // race.add_lap(42); } The self arguments specify the ”receiver” - the object the method acts on. There are several common receivers for a method: • “&self”:使 run finish twice. – Beyond variants on self, there are also special wrapper types allowed to be receiver types, such as Box. 13.2 特征(Trait) Rust 让您可以依据特征对类型进行抽象化处理。特征与接口类似: trait Pet { /// Return
    0 码力 | 359 页 | 1.33 MB | 10 月前
    3
  • pdf文档 Comprehensive Rust(English) 202412

    do this with an impl block: struct Race { name: String, laps: Vec, } impl Race { // No receiver, a static method fn new(name: &str) -> Self { Self { name: String::from(name), laps: Vec::new() add_lap(71); race.print_laps(); race.finish(); // race.add_lap(42); } The self arguments specify the ”receiver” - the object the method acts on. There are several common receivers for a method: • &self: borrows automatically mean mutability. • mut self: same as above, but the method can mutate the object. • No receiver: this becomes a static method on the struct. Typically used to create con- structors which are called
    0 码力 | 382 页 | 1.00 MB | 10 月前
    3
  • pdf文档 Comprehensive Rust(繁体中文)

    可讓您將函式與新型別建立關聯。您可以使用 impl 區塊來執行這項操作: struct Race { name: String, laps: Vec, } impl Race { // No receiver, a static method fn new(name: &str) -> Self { Self { name: String::from(name), laps: Vec::new() add_lap(71); race.print_laps(); race.finish(); // race.add_lap(42); } The self arguments specify the ”receiver” - the object the method acts on. There are several common receivers for a method: • &self:使用共 適用 Rust 一般借用規則:可以由一個執行緒以可變方式借用,或者由任意數量的執行緒以不可變 方式借用。 309 第 59 部分 通道 Rust 通道分為兩個部分:Sender 和 Receiver。這兩個部分透過通道相連,但你只能看到端 點。 use std::sync::mpsc; fn main() { let (tx, rx) = mpsc::channel(); tx
    0 码力 | 358 页 | 1.41 MB | 10 月前
    3
  • pdf文档 Comprehensive Rust(Español) 202412

    add_lap(71); race.print_laps(); race.finish(); // race.add_lap(42); } El argumento self denomina el ”receiver” (receptor) - el objeto sobre cual el método actuará. Hay varios receivers comunes para un método: delimitados 10 minutos 59.1 Transmisores y Receptores Los canales de Rust tienen dos partes: Sender y Receiver. Las dos partes están conectadas a través del canal, pero solo se ven los puntos finales. use decir, puedes crear varios productores), pero Receiver no. • send() y recv() devuelven Result. Si devuelven Err, significa que el homólogo Sender o Receiver se ha eliminado y el canal se ha cerrado. 335
    0 码力 | 389 页 | 1.04 MB | 10 月前
    3
  • pdf文档 Comprehensive Rust(Português do Brasil) 202412

    59.1 Transmissores e Receptores Os channels (canais) em Rust têm duas partes: um Sender e um Receiver. As duas partes estão conectadas através do channel, mas você só vê os end-points. use std::sync::mpsc; pode criar vários produtores), mas Receiver (consumidores) não. • send() e recv() retornam Result. Se retornarem Err, significa que a contraparte Sender ou Receiver é descartada e o canal é fechado. threads, mas não são seguros para threads. Normalmente por causa da mutabilidade interior: • mpsc::Receiver • Cell • RefCell !Send + Sync Esses tipos são thread-safe, mas não podem ser movidos
    0 码力 | 389 页 | 1.05 MB | 10 月前
    3
共 67 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
前往
页
相关搜索词
CreatingSenderReceiverHTTPServerWorkingwithAsynchronyGenericallyTourofC++ExecutorsHowMetaMadeDebuggingAsyncCodeEasierCoroutinesandSendersComprehensiveRustPersian202412Ukrainian简体中文简体中文English繁体繁体中文EspaolPortugudoBrasil
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩