FFRT
Overview
Function Flow Runtime (FFRT) is a software runtime library that works with the Function Flow programming model. It is used to schedule and execute tasks of an application developed on the Function Flow programming model.
Since: 10
Files
| Name | Description |
|---|---|
| condition_variable.h | Declares the condition variable APIs in C. |
| fiber.h | A fiber is a lightweight user mode thread that enables efficient task scheduling and context switching within the user space. The fiber.h file declares the related APIs in C. |
| loop.h | Declares the loop APIs in C. |
| mutex.h | Declares the mutex APIs in C. |
| queue.h | Declares the queue APIs in C. |
| shared_mutex.h | Declares read-write lock APIs in C. |
| sleep.h | Declares the sleep and yield APIs in C. |
| task.h | Declares the task APIs in C. |
| timer.h | Declares the timer APIs in C. |
| type_def.h | Declares the common types. |