| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| figures/ | 22-Oct-2025 | - | ||||
| Readme-CN.md | D | 22-Oct-2025 | 1,021 | 23 | 20 | |
| ffrt-api-guideline-c.md | D | 22-Oct-2025 | 58 KiB | 2,621 | 1,750 | |
| ffrt-concurrency-concurrent-queue-c.md | D | 22-Oct-2025 | 5.9 KiB | 144 | 113 | |
| ffrt-concurrency-concurrent-queue-cpp.md | D | 22-Oct-2025 | 4.8 KiB | 120 | 92 | |
| ffrt-concurrency-graph-c.md | D | 22-Oct-2025 | 9.4 KiB | 250 | 182 | |
| ffrt-concurrency-graph-cpp.md | D | 22-Oct-2025 | 8 KiB | 180 | 125 | |
| ffrt-concurrency-job-partner-cpp.md | D | 22-Oct-2025 | 4.6 KiB | 92 | 70 | |
| ffrt-concurrency-paradigm.md | D | 22-Oct-2025 | 4.8 KiB | 72 | 46 | |
| ffrt-concurrency-serial-queue-c.md | D | 22-Oct-2025 | 6.4 KiB | 165 | 131 | |
| ffrt-concurrency-serial-queue-cpp.md | D | 22-Oct-2025 | 5.4 KiB | 108 | 82 | |
| ffrt-development-guideline.md | D | 22-Oct-2025 | 27.4 KiB | 645 | 486 | |
| ffrt-overview.md | D | 22-Oct-2025 | 6.2 KiB | 73 | 48 |
Readme-CN.md
1# FFRT 2 3<!--Kit: Function Flow Runtime Kit--> 4<!--Subsystem: Resourceschedule--> 5<!--Owner: @chuchihtung; @yanleo--> 6<!--Designer: @geoffrey_guo; @huangyouzhong--> 7<!--Tester: @lotsof; @sunxuhao--> 8<!--Adviser: @foryourself--> 9 10- [Function Flow Runtime Kit概述](ffrt-overview.md) 11- [Function Flow Runtime并发范式](ffrt-concurrency-paradigm.md) 12- Function Flow Runtime开发样例(C)<!--ffrt-example-c--> 13 - [串行队列(C)](ffrt-concurrency-serial-queue-c.md) 14 - [并发队列(C)](ffrt-concurrency-concurrent-queue-c.md) 15 - [图依赖并发(C)](ffrt-concurrency-graph-c.md) 16- Function Flow Runtime开发样例(C++)<!--ffrt-example-cpp--> 17 - [串行队列(C++)](ffrt-concurrency-serial-queue-cpp.md) 18 - [并发队列(C++)](ffrt-concurrency-concurrent-queue-cpp.md) 19 - [图依赖并发(C++)](ffrt-concurrency-graph-cpp.md) 20 - [任务伙伴(C++)](ffrt-concurrency-job-partner-cpp.md) 21- [Function Flow Runtime开发指导](ffrt-development-guideline.md) 22- [Function Flow Runtime C API](ffrt-api-guideline-c.md) 23