| 1229 | /// serially executed on the same thread. |
| 1230 | struct SC_ASYNC_EXPORT AsyncTaskSequence : public AsyncSequence |
| 1231 | { |
| 1232 | protected: |
| 1233 | ThreadPoolTask task; |
| 1234 | ThreadPool* threadPool = nullptr; |
nothing calls this directly
no outgoing calls
no test coverage detected