| 209 | return false; |
| 210 | } |
| 211 | void Session::waitAsyncResize() { |
| 212 | for (auto& iter : mRuntime.first) { |
| 213 | iter.second->waitAsyncWork(); |
| 214 | } |
| 215 | } |
| 216 | |
| 217 | bool Session::hasAsyncWork() { |
| 218 | for (auto& iter : mRuntime.first) { |
no test coverage detected