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

无数据

分类

全部后端开发(564)综合其他(324)Weblate(291)Python(216)Julia(87)Java(85)数据库(84)Django(66)系统运维(59)云计算&大数据(59)

语言

全部英语(850)中文(简体)(215)中文(繁体)(18)韩语(3)日语(2)西班牙语(1)葡萄牙语(1)中文(繁体)(1)

格式

全部PDF文档 PDF(758)其他文档 其他(333)PPT文档 PPT(3)
 
本次搜索耗时 0.116 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • 综合其他
  • Weblate
  • Python
  • Julia
  • Java
  • 数据库
  • Django
  • 系统运维
  • 云计算&大数据
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 韩语
  • 日语
  • 西班牙语
  • 葡萄牙语
  • 中文(繁体)
  • 全部
  • 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 | 5 月前
    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 | 5 月前
    3
  • pdf文档 Kotlin 1.2 Language Documentation

    in a . In Kotlin 1.1, you can restrict that, so that only methods defined on the implicit receiver of td will be available inside the lambda passed to td . You do that by defining your annotation toRelativeString(inputDir))) } These are three general-purpose extension functions applicable to any receiver. Scope control for implicit receivers in DSLs rem operator Standard library String to number 18 also is like apply : it takes the receiver, does some action on it, and returns that receiver. The difference is that in the block inside apply the receiver is available as this , while in the block
    0 码力 | 333 页 | 2.22 MB | 1 年前
    3
  • pdf文档 Kotlin Language Documentation 1.3

    receivers in DSLs 28 In Kotlin 1.1, you can restrict that, so that only methods de�ned on the implicit receiver of td will be available inside the lambda passed to td . You do that by de�ning your annotation applicable to any receiver. also is like apply : it takes the receiver, does some action on it, and returns that receiver. The di�erence is that in the block inside apply the receiver is available as content } takeIf is like filter for a single value. It checks whether the receiver meets the predicate, and returns the receiver, if it does or null if it doesn't. Combined with an elvis-operator and
    0 码力 | 597 页 | 3.61 MB | 1 年前
    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 | 5 月前
    3
  • pdf文档 Kotlin Language Documentation 1.9.20

    members Modules Extensions Extension functions Extensions are resolved statically Nullable receiver Extension properties Companion object extensions Scope of extensions Declaring extensions as safety Nullable types and non-nullable types Checking for null in conditions Safe calls Nullable receiver Elvis operator The !! operator Safe casts Collections of a nullable type What's next? Equality 1123 1123 51 In your Kotlin file Gradle Maven JPA support Command-line compiler SAM-with-receiver compiler plugin Gradle Maven Command-line compiler kapt compiler plugin Use in Gradle Try
    0 码力 | 1299 页 | 32.44 MB | 1 年前
    3
  • mobi文档 Go 101 (Golang 101) v1.21.0

    called selectors (or selector expressions), to represent the field values of v. v is called the receiver of the selectors. Later, we call the dot . in a selector as the property selection operator. An = book1.pages // This last line is equivalent to the above line. // In other words, if the receiver is a pointer, // it will be implicitly dereferenced. (*book2).pages = (*book1).pages } About goroutine into the value buffer, the other happens when the value is copied from the value buffer to the receiver goroutine. Like value assignments and function argument passing, when a value is transferred, only
    0 码力 | 610 页 | 945.17 KB | 1 年前
    3
  • epub文档 Go 101 (Golang 101) v1.21.0

    called selectors (or selector expressions), to represent the field values of v. v is called the receiver of the selectors. Later, we call the dot . in a selector as the property selection operator. An 11 | // This last line is equivalent to the above line. 12 | // In other words, if the receiver is a pointer, 13 | // it will be implicitly dereferenced. 14 | (*book2).pages = (*book1) goroutine into the value buffer, the other happens when the value is copied from the value buffer to the receiver goroutine. Like value assignments and function argument passing, when a value is transferred, only
    0 码力 | 880 页 | 833.34 KB | 1 年前
    3
  • pdf文档 Go 101 (Golang 101) v1.21.0

    called selectors (or selector expressions), to represent the field values of v. v is called the receiver of the selectors. Later, we call the dot . in a selector as the property selection operator. An pages 11| // This last line is equivalent to the above line. 12| // In other words, if the receiver is a pointer, 13| // it will be implicitly dereferenced. §16. Structs in Go 146 14| (*book2) goroutine into the value buffer, the other happens when the value is copied from the value buffer to the receiver goroutine. Like value assignments and function argument passing, when a value is transferred, only
    0 码力 | 630 页 | 3.77 MB | 1 年前
    3
  • pdf文档 Celery 2.3 Documentation

    been received will not be deleted from the broker until it has been acknowledged by the receiver, so if the receiver dies in the middle of processing the message, it will be re-sent at a later point in time Dispatcher(connection=None, hostname=None, enabled=True, channel=None, buffer_while_offline=True) Receiver(connection, handlers=None, routing_key=’#’, node_id=None) State() default_dispatcher(*args, **kwds) ‘{receriverkey (id): weakref(receiver)}‘ mappings. connect(receiver, sender=None, weak=True, dispatch_uid=None) Connect receiver to sender for signal. Parameters • receiver – A function or an instance
    0 码力 | 334 页 | 1.25 MB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
CreatingSenderReceiverHTTPServerWorkingwithAsynchronyGenericallyTourofC++ExecutorsKotlin1.2LanguageDocumentation1.3HowMetaMadeDebuggingAsyncCodeEasierCoroutinesandSenders1.920Go101Golangv121.0Celery2.3
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩