Returns true if the underlying atomic variables used by the queue are lock-free (they should be on most platforms). Thread-safe.
| 943 | // the queue are lock-free (they should be on most platforms). |
| 944 | // Thread-safe. |
| 945 | static bool is_lock_free() |
| 946 | { |
| 947 | return ConcurrentQueue::is_lock_free(); |
| 948 | } |
| 949 | |
| 950 | |
| 951 | private: |
nothing calls this directly
no outgoing calls
no test coverage detected