|
FireSync API
|
Represents the type of data processing engine used in a kPipe instance.

Related | |
| #define | kPIPE_ENGINE_NULL |
| Unknown pipe engine. | |
| #define | kPIPE_ENGINE_SERIAL |
| Pipe engine that processes data in single background thread. | |
| #define | kPIPE_ENGINE_PARALLEL |
| Pipe engine that can process data in multiple background threads. | |
| #define | kPIPE_ENGINE_OPTIONS |
| Bitset containing all kPipeEngine options. | |