Readme-EN.md
1# ArkTS 2 3- [Introduction to ArkTS](arkts-overview.md) 4- ArkTS Common Library<!--arkts-utils--> 5 - [Overview of the ArkTS Common Library](arkts-utils-overview.md) 6 - XML Generation, Parsing, and Conversion<!--xml-generation-parsing-conversion--> 7 - [XML Overview](xml-overview.md) 8 - [XML Generation](xml-generation.md) 9 - [XML Parsing](xml-parsing.md) 10 - [XML Conversion](xml-conversion.md) 11 - [Buffer](buffer.md) 12 - ArkTS Container Library<!--containers--> 13 - [Overview of the ArkTS Container Library](container-overview.md) 14 - [Linear Containers](linear-container.md) 15 - [Nonlinear Containers](nonlinear-container.md) 16- ArkTS Concurrency<!--arkts-concurrency--> 17 - [Overview of Concurrency](concurrency-overview.md) 18 - [Asynchronous Concurrency](async-concurrency-overview.md) 19 - Multithreaded Concurrency<!--multithread-concurrency--> 20 - [Overview of Multithreaded Concurrency](multi-thread-concurrency-overview.md) 21 - [TaskPool](taskpool-introduction.md) 22 - [Worker](worker-introduction.md) 23 - [Comparison Between TaskPool and Worker](taskpool-vs-worker.md) 24 - Inter-Thread Communication<!--interthead-communication--> 25 - [Overview of ArkTS Inter-Thread Communication](interthread-communication-overview.md) 26 - Inter-Thread Communication Objects<!--interthead-communication-object--> 27 - [Regular Object](normal-object.md) 28 - [ArrayBuffer Object](arraybuffer-object.md) 29 - [SharedArrayBuffer Object](shared-arraybuffer-object.md) 30 - [Transferable Object (NativeBinding Object)](transferabled-object.md) 31 - Sendable Object<!--sendable-object--> 32 - [Overview of Sendable Objects](arkts-sendable.md) 33 - [Usage Rules and Constraints for Sendable](sendable-constraints.md) 34 - [Asynchronous Lock](arkts-async-lock-introduction.md) 35 - [ASON Parsing and Generation](ason-parsing-generation.md) 36 - [Shared Container](arkts-collections-introduction.md) 37 - [Shared Module](arkts-sendable-module.md) 38 - [Freezing Sendable Objects](sendable-freeze.md) 39 - [Use Scenarios of Sendable](sendable-guide.md) 40 - Communication Between Threads<!--interthead-communication-guide--> 41 - [Using TaskPool for Independent Time-Consuming Tasks](independent-time-consuming-task.md) 42 - [Using TaskPool for Multiple Time-Consuming Tasks](multi-time-consuming-tasks.md) 43 - [Communication Between the TaskPool Task and Host Thread](taskpool-communicates-with-mainthread.md) 44 - [Real-Time Communication Between the Worker Thread and Host Thread](worker-communicates-with-mainthread.md) 45 - [Synchronous Calls to Host Thread Interfaces from Worker](worker-invoke-mainthread-interface.md) 46 - Multithreaded Development<!--multithread-develop-guide--> 47 - [Overview of Multithreaded Development](multithread-develop-overview.md) 48 - Concurrency in Time-Consuming Tasks<!--time-consuming-task--> 49 - [Overview of Concurrency in Time-Consuming Tasks](time-consuming-task-overview.md) 50 - [CPU Intensive Task Development (TaskPool and Worker)](cpu-intensive-task-development.md) 51 - [I/O Intensive Task Development (TaskPool)](io-intensive-task-development.md) 52 - [Synchronous Task Development (TaskPool and Worker)](sync-task-development.md) 53 - Concurrency in Continuous Tasks<!--long-time-task--> 54 - [Overview of Concurrency in Continuous Tasks](long-time-task-overview.md) 55 - [Continuous Task Development (TaskPool)](long-time-task-guide.md) 56 - Concurrency in Resident Tasks<!--resident-task--> 57 - [Overview of Concurrency in Resident Tasks](resident-task-overview.md) 58 - [Resident Task Development (Worker)](resident-task-guide.md) 59 - Multithreaded Development Practice Cases<!--multithread-develop-case--> 60 - [Batch Database Operations](batch-database-operations-guide.md) 61 - [Concurrent Loading of Service Modules](concurrent-loading-modules-guide.md) 62 - [Global Configuration](global-configuration-guide.md) 63 - [ArkUI Data Updates](makeobserved-sendable.md) 64 - [C++ Inter-Thread Data Sharing](native-interthread-shared.md) 65 - [ArkUI Waterfall Rendering](taskpool-waterflow.md) 66- [ArkTS Cross-Language Interaction](arkts-cross-language-interaction.md) 67- ArkTS Runtime<!--arkts-runtime--> 68 - [Overview of ArkTS Runtime](arkts-runtime-overview.md) 69 - [GC](gc-introduction.md) 70 - ArkTS Modularization<!--arkts-runtime-module--> 71 - [Overview of Modular Operation](module-principle.md) 72 - [Dynamic Import](arkts-dynamic-import.md) 73 - [Lazy Import](arkts-lazy-import.md) 74 - [Dynamically Loading Native Modules in Synchronous Mode](js-apis-load-native-module.md) 75 - [Statically Loading Native Modules](arkts-import-native-module.md). 76 - [Loading Modules Using Node-API](load-module-base-nodeapi.md) 77 - [Side Effects and Optimization of Module Loading](arkts-module-side-effects.md) 78- ArkTS Compilation Toolchain<!--arkts-compilation-tool-chain--> 79 - [Overview of the ArkTS Compilation Toolchain](compilation-tool-chain-overview.md) 80 - Ark Bytecode<!--arkts-bytecode--> 81 - [Overview of Ark Bytecode](arkts-bytecode-overview.md) 82 - [Ark Bytecode File Format](arkts-bytecode-file-format.md) 83 - [Ark Bytecode Fundamentals](arkts-bytecode-fundamentals.md) 84 - [Naming Conventions for Ark Bytecode Functions](arkts-bytecode-function-name.md) 85 - [Customizing Ark Bytecode During Compilation](customize-bytecode-during-compilation.md) 86 - [Disassembler](tool-disassembler.md) 87 - [ArkGuard for Code Obfuscation](source-obfuscation.md) 88 - [Configuring arkOptions in build-profile.json5](arkoptions-guide.md) 89