| 80 | } |
| 81 | |
| 82 | bool AsyncWaitProcessor::EnqueueRecord(Record& record) |
| 83 | { |
| 84 | // Try to enqueue the given logger record |
| 85 | return _queue.Enqueue(record); |
| 86 | } |
| 87 | |
| 88 | void AsyncWaitProcessor::ProcessThread(const std::function<void ()>& on_thread_initialize, const std::function<void ()>& on_thread_clenup) |
| 89 | { |
nothing calls this directly
no outgoing calls
no test coverage detected