RxThreadPoolService.h
Members |
Description |
kStQueueNoFlags = 0 |
Empty StQueue flags. |
kStQueueExecByMain = (1 << 0) |
Use main thread for queue tasks execution. |
kStQueueForceTopLevel = (1 << 1) |
Make StQueue top level even if other registered threads already run. |
Represents set of flags for new APC StQueue construction. Corresponding C++ library: TD_DbRoot
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|