* 判定队列是否为空 * @return */
| 116 | * @return |
| 117 | */ |
| 118 | [[nodiscard]] CBool empty() { |
| 119 | CGRAPH_LOCK_GUARD lk(mutex_); |
| 120 | return queue_.empty(); |
| 121 | } |
| 122 | |
| 123 | CGRAPH_NO_ALLOWED_COPY(UAtomicQueue) |
| 124 |
nothing calls this directly
no outgoing calls
no test coverage detected