just forbid it for possibly misuse
| 72 | |
| 73 | // just forbid it for possibly misuse |
| 74 | explicit ThreadLock(const ThreadLock &other) = delete; |
| 75 | ThreadLock &operator=(const ThreadLock &other) = delete; |
| 76 | }; |
| 77 |
nothing calls this directly
no outgoing calls
no test coverage detected