| 126 | struct SC_THREADING_EXPORT Thread |
| 127 | { |
| 128 | Thread() = default; |
| 129 | ~Thread(); |
| 130 | |
| 131 | // Cannot be copied or moved (as it would require a dynamic allocation for the type erased Function) |
nothing calls this directly
no outgoing calls
no test coverage detected