• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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