Readme-EN.md
1# ArkTS 2 3- [Introduction to ArkTS](arkts-commonlibrary-overview.md) 4- Concurrency 5 - [Concurrency Overview](concurrency-overview.md) 6 - Using Asynchronous Concurrency for Development 7 - [Asynchronous Concurrency Overview (Promise and Async/Await)](async-concurrency-overview.md) 8 - [Single I/O Task Development (Promise and Async/Await)](single-io-development.md) 9 - Using Multithreaded Concurrency for Development 10 - [Multithreaded Concurrency Overview (TaskPool and Worker)](multi-thread-concurrency-overview.md) 11 - [TaskPool Introduction](taskpool-introduction.md) 12 - [Worker Introduction](worker-introduction.md) 13 - [Comparison Between TaskPool and Worker](taskpool-vs-worker.md) 14 - [CPU Intensive Task Development (TaskPool and Worker)](cpu-intensive-task-development.md) 15 - [I/O Intensive Task Development (TaskPool)](io-intensive-task-development.md) 16 - [Synchronous Task Development (TaskPool and Worker)](sync-task-development.md) 17 - Appendix 18 - [Comparison Between the Actor and Memory Sharing Models](actor-model-development-samples.md) 19 - [Serialization Types Supported by TaskPool and Worker](serialization-support-types.md) 20 - [Precautions for Multithread Safe](multi-thread-safety.md) 21 - [\@Concurrent Decorator: Declaring and Verifying Concurrent Functions](arkts-concurrent.md) 22 - [Sendable Development](arkts-sendable.md) 23 - [System Objects That Accessed Sendable](arkts-sendable-system-object-list.md) 24 - [Sharable Module Development](arkts-sendable-module.md) 25- Container 26 - [Container Overview](container-overview.md) 27 - [Linear Containers](linear-container.md) 28 - [Nonlinear Containers](nonlinear-container.md) 29- XML Generation, Parsing, and Conversion 30 - [XML Overview](xml-overview.md) 31 - [XML Generation](xml-generation.md) 32 - [XML Parsing](xml-parsing.md) 33 - [XML Conversion](xml-conversion.md) 34- [Code Obfuscation](source-obfuscation.md) 35- Memory Management 36 - [GC Introduction](gc-introduction.md) 37