• 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- [Introduction to Function Flow Runtime Kit](ffrt-overview.md)
11- [Function Flow Runtime Paradigms](ffrt-concurrency-paradigm.md)
12- Function Flow Runtime Development Samples (C)<!--ffrt-example-c-->
13  - [Serial Queue (C)](ffrt-concurrency-serial-queue-c.md)
14  - [Concurrent Queue (C)](ffrt-concurrency-concurrent-queue-c.md)
15  - [Task Graph (C)](ffrt-concurrency-graph-c.md)
16- Function Flow Runtime Development Samples (C++)<!--ffrt-example-cpp-->
17  - [Serial Queue (C++)](ffrt-concurrency-serial-queue-cpp.md)
18  - [Concurrent Queue (C++)](ffrt-concurrency-concurrent-queue-cpp.md)
19  - [Task Graph (C++)](ffrt-concurrency-graph-cpp.md)
20- [Function Flow Runtime Development](ffrt-development-guideline.md)
21- [Function Flow Runtime C APIs](ffrt-api-guideline-c.md)
22