| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| figures/ | 22-Oct-2025 | - | ||||
| README.md | D | 22-Oct-2025 | 840 | 17 | 15 | |
| ffrt-api-guideline-c.md | D | 22-Oct-2025 | 61.3 KiB | 2,756 | 1,832 | |
| ffrt-api-guideline-cpp.md | D | 22-Oct-2025 | 40.4 KiB | 1,853 | 1,198 | |
| ffrt-concurrency-concurrent-queue-c.md | D | 22-Oct-2025 | 5.7 KiB | 137 | 107 | |
| ffrt-concurrency-concurrent-queue-cpp.md | D | 22-Oct-2025 | 4.2 KiB | 113 | 86 | |
| ffrt-concurrency-graph-c.md | D | 22-Oct-2025 | 9.1 KiB | 243 | 176 | |
| ffrt-concurrency-graph-cpp.md | D | 22-Oct-2025 | 7.3 KiB | 173 | 119 | |
| ffrt-concurrency-job-partner-cpp.md | D | 22-Oct-2025 | 4.4 KiB | 87 | 66 | |
| ffrt-concurrency-paradigm.md | D | 22-Oct-2025 | 4.3 KiB | 58 | 34 | |
| ffrt-concurrency-serial-queue-c.md | D | 22-Oct-2025 | 6.2 KiB | 158 | 125 | |
| ffrt-concurrency-serial-queue-cpp.md | D | 22-Oct-2025 | 4.8 KiB | 101 | 76 | |
| ffrt-development-guideline.md | D | 22-Oct-2025 | 27.1 KiB | 639 | 481 | |
| ffrt-example-kotlin.md | D | 22-Oct-2025 | 23.2 KiB | 712 | 574 | |
| ffrt-overview.md | D | 22-Oct-2025 | 6 KiB | 66 | 42 |
README.md
1# FFRT 用户指南 2 3- [Function Flow Runtime Kit概述](ffrt-overview.md) 4- [Function Flow Runtime并发范式](ffrt-concurrency-paradigm.md) 5- Function Flow Runtime开发样例(C) 6 - [串行队列(C)](ffrt-concurrency-serial-queue-c.md) 7 - [并发队列(C)](ffrt-concurrency-concurrent-queue-c.md) 8 - [图依赖并发(C)](ffrt-concurrency-graph-c.md) 9- Function Flow Runtime开发样例(C++) 10 - [串行队列(C++)](ffrt-concurrency-serial-queue-cpp.md) 11 - [并发队列(C++)](ffrt-concurrency-concurrent-queue-cpp.md) 12 - [图依赖并发(C++)](ffrt-concurrency-graph-cpp.md) 13- [Function Flow Runtime开发样例(Kotlin)](ffrt-example-kotlin.md) 14- [Function Flow Runtime开发指导](ffrt-development-guideline.md) 15- [Function Flow Runtime C++ API](ffrt-api-guideline-cpp.md) 16- [Function Flow Runtime C API](ffrt-api-guideline-c.md) 17