| 346 | } |
| 347 | |
| 348 | inline bool HasThreadPool() const { |
| 349 | return thread_pool_ != nullptr; |
| 350 | } |
| 351 | |
| 352 | inline ThreadPool &GetThreadPool() const { |
| 353 | DALI_ENFORCE(HasThreadPool(), "Workspace does not have a Thread Pool."); |
no outgoing calls
no test coverage detected